DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_CLM_INTG_GRP

Line 232: IF (PO_CLM_INTG_GRP.IS_CLM_DOCUMENT(p_doc_type => 'PO',p_document_id => X_po_header_id) = 'Y'

228: -- the linked_po_count is updated for unlinked requisitions and those reqs CLINs(Autocreated/SoftLinked)
229: -- and PSlins(Softlinked) inserted into GT table for further procession(updating the reqs_in_pool_flag for entire
230: -- Clin-Slin structure if eligible) in the below proc update_reqs_in_pool_flag.
231: -- This should be called only for CLM Standard document.
232: IF (PO_CLM_INTG_GRP.IS_CLM_DOCUMENT(p_doc_type => 'PO',p_document_id => X_po_header_id) = 'Y'
233: AND X_type_lookup_code = 'STANDARD') THEN
234:
235: l_deleted_line_list := PO_TBL_NUMBER();
236: l_deleted_dist_list := PO_TBL_NUMBER();