DBA Data[Home] [Help]

APPS.PO_HR_INTERFACE_PVT dependencies on DUAL

Line 31: from dual

27: l_progress:=010;
28: BEGIN
29: select 'Y'
30: INTO X_flag
31: from dual
32: where exists(
33: SELECT pca.po_header_id
34: FROM po_cwk_associations pca,
35: per_all_assignments_f paaf,