DBA Data[Home] [Help]

APPS.PO_SECURITY_CHECK_SV dependencies on PO_RELEASES_ALL

Line 98: from po_releases_all

94:
95: select NVL(AUTHORIZATION_STATUS, 'INCOMPLETE'),
96: wf_item_type, wf_item_key
97: into l_authorization_status, x_wf_item_type, x_wf_item_key
98: from po_releases_all
99: where PO_RELEASE_ID = x_object_id;
100:
101: END IF;
102: