DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PVT dependencies on DUAL

Line 1284: FROM dual

1280: --and PAR/web-service is requesting for change in complex pricing attributes, error should be thrown.
1281: BEGIN
1282: SELECT 'N'
1283: INTO l_return_type
1284: FROM dual
1285: WHERE EXISTS (SELECT 'the line in the Autocreated Mod is Locked'
1286: FROM po_entity_locks
1287: WHERE lock_by_draft_id = P_MOD_DRAFT_ID
1288: AND entity_pk1 = P_PO_LINE_ID