My Oracle Support Banner

Transfer In 'P' Status Not Been Closed (Doc ID 2938654.1)

Last updated on MARCH 30, 2023

Applies to:

Oracle Retail Merchandising Foundation Cloud Service - Version NA and later
Information in this document applies to any platform.

Goal

How to close transfers in 'P' status? They are not getting closed off by tsfclose and this is affecting the transfer reserved qty.

example:
select * From tsfhead a, tsfdetail b
where a.tsf_no = b.tsf_no
and   a.tsf_type = 'CO'
and   a.status   = 'P'
and   a.exp_dc_date < '21-DEC-22 00:00:00'
and   b.tsf_qty > 0
and   b.tsf_qty > b.cancelled_qty
order by a.exp_dc_date;
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.