DBA Data[Home] [Help]

APPS.CLN_3A9_CANCELPO_PKG dependencies on STANDARD

Line 36: -- Raise event if it is a Standard PO or Release, else return

32: --l_debug_mode := cln_debug_pub.Set_Debug_Mode('FILE');
33:
34: cln_debug_pub.Add('CLN_3A9_CANCELPO_PKG.RAISE_CLN_EVENT CALLED', 2);
35:
36: -- Raise event if it is a Standard PO or Release, else return
37: -- If the PO/Release is not approved then return
38: l_cln_not_parameters := wf_parameter_list_t();
39: IF (p_hdr_type = 'PO' AND p_hdr_sub_type = 'STANDARD') THEN -- Standard PO
40: SELECT authorization_status

Line 39: IF (p_hdr_type = 'PO' AND p_hdr_sub_type = 'STANDARD') THEN -- Standard PO

35:
36: -- Raise event if it is a Standard PO or Release, else return
37: -- If the PO/Release is not approved then return
38: l_cln_not_parameters := wf_parameter_list_t();
39: IF (p_hdr_type = 'PO' AND p_hdr_sub_type = 'STANDARD') THEN -- Standard PO
40: SELECT authorization_status
41: INTO l_authorization_status
42: FROM po_headers_all
43: WHERE po_header_id = p_document_id;