DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_CONTROL_FUNCTIONS

Line 928: FROM po_control_functions pocf

924: BEGIN
925:
926: SELECT pocf.control_function_id
927: INTO x_auth_check_ids.ctl_function_id
928: FROM po_control_functions pocf
929: WHERE pocf.document_type_code = p_document_type
930: AND pocf.document_subtype = p_document_subtype
931: AND pocf.action_type_code = p_action_to_verify
932: AND pocf.enabled_flag = 'Y';