DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on OKC_MANAGE_DELIVERABLES_GRP

Line 100: SUBTYPE busdocs_tbl_type IS okc_manage_deliverables_grp.busdocs_tbl_type;

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

Line 268: okc_manage_deliverables_grp.updateIntContactOnDeliverables (

264: IF (l_busdocs_tbl.COUNT >= 1) THEN
265:
266: x_progress := '005';
267:
268: okc_manage_deliverables_grp.updateIntContactOnDeliverables (
269: p_api_version => 1.0,
270: p_init_msg_list => FND_API.G_FALSE,
271: p_commit => FND_API.G_FALSE,
272: p_bus_docs_tbl => l_busdocs_tbl,

Line 313: okc_manage_deliverables_grp.updateIntContactOnDeliverables (

309: -- call the purge API again for the remaining POs
310: -- check if there are any values in the table before calling the API
311: IF (l_busdocs_tbl.COUNT >= 1) THEN
312:
313: okc_manage_deliverables_grp.updateIntContactOnDeliverables (
314: p_api_version => 1.0,
315: p_init_msg_list => FND_API.G_FALSE,
316: p_commit => FND_API.G_FALSE,
317: p_bus_docs_tbl => l_busdocs_tbl,