DBA Data[Home] [Help]

APPS.PO_DIFF_SUMMARY_PKG dependencies on PO_PRICE_DIFFERENTIALS

Line 1778: FROM po_price_differentials PPD

1774: AND PPDD.change_accepted_flag IS NULL
1775: AND PPDD.delete_flag = 'Y'
1776: AND NOT EXISTS
1777: ( SELECT 1
1778: FROM po_price_differentials PPD
1779: WHERE PPDD.price_differential_id = PPD.price_differential_id);
1780:
1781: d_position := 30;
1782:

Line 1975: FROM po_price_differentials PPD

1971: AND PPDD.change_accepted_flag IS NULL
1972: AND NVL(PPDD.delete_flag, 'N') <> 'Y'
1973: AND EXISTS
1974: ( SELECT 1
1975: FROM po_price_differentials PPD
1976: WHERE PPDD.price_differential_id = PPD.price_differential_id
1977: AND DECODE (PPDD.price_differential_num,
1978: PPD.price_differential_num, 'Y', 'N') = 'Y'
1979: AND DECODE (PPDD.price_type,