DBA Data[Home] [Help]

APPS.PO_CONTERMS_WF_PVT dependencies on PO_CONTERMS_UTL_GRP

Line 344: l_archived_conterms_flag := PO_CONTERMS_UTL_GRP.get_archive_conterms_flag (

340: -- Now that conterms can be added at any revision of the PO
341: -- We need to check if the conterms flag has changed before
342: -- checking the contract amendments
343:
344: l_archived_conterms_flag := PO_CONTERMS_UTL_GRP.get_archive_conterms_flag (
345: p_po_header_id => l_po_header_id);
346:
347: IF nvl(l_conterms_yn,'N') = 'Y' AND
348: nvl(l_archived_conterms_flag,'N') = 'N' THEN

Line 375: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

371:
372: l_k_terms_changed := OKC_TERMS_UTIL_GRP.CONTRACT_TERMS_AMENDED(
373: p_api_version => 1.0,
374: p_doc_id => l_po_header_id,
375: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
376: x_return_status => l_return_status,
377: x_msg_data => l_msg_data,
378: x_msg_count => l_msg_count);
379:

Line 410: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

406:
407: l_k_terms_changed :=OKC_TERMS_UTIl_GRP.IS_ARTICLE_AMENDED(
408: p_api_version => 1.0,
409: p_doc_id => l_po_header_id,
410: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
411: x_return_status => l_return_status,
412: x_msg_data => l_msg_data,
413: x_msg_count => l_msg_count);
414:

Line 437: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

433: l_api_name := 'OKC_TERMS_UTIl_GRP.Is_Deliverable_Amended';
434: l_k_terms_changed :=OKC_TERMS_UTIl_GRP.Is_Deliverable_Amended(
435: p_api_version => 1.0,
436: p_doc_id => l_po_header_id,
437: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
438: x_return_status => l_return_status,
439: x_msg_data => l_msg_data,
440: x_msg_count => l_msg_count);
441:

Line 633: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(p_po_doc_subtype),

629: End if;
630: OKC_TERMS_UTIl_GRP.Get_Last_Update_Date(
631: p_api_version => 1.0,
632: p_doc_id => p_po_header_id,
633: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(p_po_doc_subtype),
634: x_deliverable_changed_date => l_deliv_upd_date,
635: x_terms_changed_date => l_articles_upd_date,
636: x_return_status => x_return_status,
637: x_msg_data => x_msg_data,

Line 906: p_bus_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

902: END IF;--debug on
903: OKC_MANAGE_DELIVERABLES_GRP.activateDeliverables (
904: p_api_version => 1.0,
905: p_bus_doc_id => p_po_header_id,
906: p_bus_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
907: p_bus_doc_version => l_po_revision_num,
908: p_event_code => 'PO_SIGNED',
909: p_event_date => p_signed_date,
910: p_sync_flag => FND_API.G_TRUE,

Line 969: p_bus_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

965: END IF;-- fnd debug
966: OKC_MANAGE_DELIVERABLES_GRP.updateDeliverables (
967: p_api_version => 1.0,
968: p_bus_doc_id => p_po_header_id,
969: p_bus_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
970: p_bus_doc_version => l_po_revision_num,
971: p_bus_doc_date_events_tbl => l_event_tbl,
972: x_msg_data => x_msg_data,
973: x_msg_count => x_msg_count,

Line 1012: PO_CONTERMS_UTL_GRP.Get_Last_Signed_Revision(

1008: -- Migrate PO:
1009: -- Replaced the pvt api with the grp one as this one checks if the
1010: -- previous revision has conterms in the first place as this is possible
1011: -- now with migrate PO
1012: PO_CONTERMS_UTL_GRP.Get_Last_Signed_Revision(
1013: p_api_version => 1.0,
1014: p_init_msg_list => FND_API.G_FALSE,
1015: p_header_id => p_po_header_id,
1016: p_revision_num => l_po_revision_num,

Line 1049: p_bus_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

1045:
1046: OKC_MANAGE_DELIVERABLES_GRP.disableDeliverables (
1047: p_api_version => 1.0,
1048: p_bus_doc_id => p_po_header_id,
1049: p_bus_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
1050: -- Bug 3652222, should pass last signed revision
1051: -- p_bus_doc_version => (l_po_revision_num -1),
1052: --For bug 13123360
1053: --p_bus_doc_version => l_last_signed_revision,

Line 1304: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

1300:
1301: result :=OKC_TERMS_UTIL_GRP.Deviation_From_Standard(
1302: p_api_version => 1.0,
1303: p_doc_id => l_po_header_id,
1304: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
1305: x_return_status => l_return_status,
1306: x_msg_data => l_msg_data,
1307: x_msg_count => l_msg_count);
1308: IF l_return_status = FND_API.G_RET_STS_SUCCESS then

Line 1453: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

1449: --Call contracts to find out if contract template expired
1450: result :=OKC_TERMS_UTIl_GRP.IS_TEMPLATE_EXPIRED(
1451: p_api_version => 1.0,
1452: p_doc_id => l_po_header_id,
1453: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
1454: x_return_status => l_return_status,
1455: x_msg_data => l_msg_data,
1456: x_msg_count => l_msg_count);
1457: IF l_return_status = FND_API.G_RET_STS_SUCCESS then

Line 1604: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

1600: --Call contracts to find out if contract articles attached
1601: result :=OKC_TERMS_UTIl_GRP.IS_ARTICLE_EXIST(
1602: p_api_version => 1.0,
1603: p_doc_id => l_po_header_id,
1604: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
1605: x_return_status => l_return_status,
1606: x_msg_data => l_msg_data,
1607: x_msg_count => l_msg_count);
1608: IF l_return_status = FND_API.G_RET_STS_SUCCESS then

Line 1756: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

1752: --Call contracts to find out if contract articles were amended in this revision
1753: result :=OKC_TERMS_UTIl_GRP.IS_ARTICLE_AMENDED(
1754: p_api_version => 1.0,
1755: p_doc_id => l_po_header_id,
1756: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
1757: x_return_status => l_return_status,
1758: x_msg_data => l_msg_data,
1759: x_msg_count => l_msg_count);
1760: IF l_return_status = FND_API.G_RET_STS_SUCCESS then

Line 1911: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

1907: --Call contracts to find out if contract deliverables were amended in this revision
1908: result :=OKC_TERMS_UTIL_GRP.Is_Deliverable_Exist(
1909: p_api_version => 1.0,
1910: p_doc_id => l_po_header_id,
1911: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
1912: x_return_status => l_return_status,
1913: x_msg_data => l_msg_data,
1914: x_msg_count => l_msg_count);
1915: IF l_return_status = FND_API.G_RET_STS_SUCCESS then

Line 2067: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),

2063: --Call contracts to find out if contract deliverables were amended in this revision
2064: result :=OKC_TERMS_UTIL_GRP.Is_Deliverable_Amended(
2065: p_api_version => 1.0,
2066: p_doc_id => l_po_header_id,
2067: p_doc_type => PO_CONTERMS_UTL_GRP.Get_Po_Contract_Doctype(l_po_doc_subtype),
2068: x_return_status => l_return_status,
2069: x_msg_data => l_msg_data,
2070: x_msg_count => l_msg_count);
2071: IF l_return_status = FND_API.G_RET_STS_SUCCESS then