DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on OKC_MANAGE_DELIVERABLES_GRP

Line 101: SUBTYPE busdocs_tbl_type IS okc_manage_deliverables_grp.busdocs_tbl_type;

97: l_conterms_exist_flag po_headers.conterms_exist_flag%TYPE;
98:
99: -- contracts dependency
100: l_contracts_document_type VARCHAR2(150);
101: SUBTYPE busdocs_tbl_type IS okc_manage_deliverables_grp.busdocs_tbl_type;
102: l_busdocs_tbl busdocs_tbl_type;
103: l_empty_busdocs_tbl busdocs_tbl_type; --empty table for resetting.
104:
105: l_row_index PLS_INTEGER := 0; --separate row count for POs with conterms

Line 286: okc_manage_deliverables_grp.updateIntContactOnDeliverables (

282: IF (l_busdocs_tbl.COUNT >= 1) THEN
283:
284: x_progress := '005';
285:
286: okc_manage_deliverables_grp.updateIntContactOnDeliverables (
287: p_api_version => 1.0,
288: p_init_msg_list => FND_API.G_FALSE,
289: p_commit => FND_API.G_FALSE,
290: p_bus_docs_tbl => l_busdocs_tbl,

Line 331: okc_manage_deliverables_grp.updateIntContactOnDeliverables (

327: -- call the purge API again for the remaining POs
328: -- check if there are any values in the table before calling the API
329: IF (l_busdocs_tbl.COUNT >= 1) THEN
330:
331: okc_manage_deliverables_grp.updateIntContactOnDeliverables (
332: p_api_version => 1.0,
333: p_init_msg_list => FND_API.G_FALSE,
334: p_commit => FND_API.G_FALSE,
335: p_bus_docs_tbl => l_busdocs_tbl,