DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_CONTROL_FUNCTIONS

Line 912: FROM po_control_functions pocf

908: BEGIN
909:
910: SELECT pocf.control_function_id
911: INTO x_auth_check_ids.ctl_function_id
912: FROM po_control_functions pocf
913: WHERE pocf.document_type_code = p_document_type
914: AND pocf.document_subtype = p_document_subtype
915: AND pocf.action_type_code = p_action_to_verify
916: AND pocf.enabled_flag = 'Y';