DBA Data[Home] [Help]

APPS.PO_DIFF_SUMMARY_PKG dependencies on PO_PRICE_DIFFERENTIALS

Line 1752: FROM po_price_differentials PPD

1748: AND PPDD.change_accepted_flag IS NULL
1749: AND PPDD.delete_flag = 'Y'
1750: AND NOT EXISTS
1751: ( SELECT 1
1752: FROM po_price_differentials PPD
1753: WHERE PPDD.price_differential_id = PPD.price_differential_id);
1754:
1755: d_position := 30;
1756:

Line 1949: FROM po_price_differentials PPD

1945: AND PPDD.change_accepted_flag IS NULL
1946: AND NVL(PPDD.delete_flag, 'N') <> 'Y'
1947: AND EXISTS
1948: ( SELECT 1
1949: FROM po_price_differentials PPD
1950: WHERE PPDD.price_differential_id = PPD.price_differential_id
1951: AND DECODE (PPDD.price_differential_num,
1952: PPD.price_differential_num, 'Y', 'N') = 'Y'
1953: AND DECODE (PPDD.price_type,