DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_CLM_INTG_GRP

Line 1393: IF ( (PO_CLM_INTG_GRP.is_clm_document(p_doc_type => p_document_type,

1389: END IF;
1390:
1391: --Mod Commercialization : Added check to make this validation only for CLM Mods
1392: -- Sunset Memo Project : Skip SGD generation, if Mod is of Special Draft type
1393: IF ( (PO_CLM_INTG_GRP.is_clm_document(p_doc_type => p_document_type,
1394: p_document_id => l_document_id)='Y' )
1395: AND (l_draft_type = 'MOD') -- Change Desc only for Mod.
1396: AND ( l_draft_sub_type IS NULL OR PO_CORE_S3.get_bypass_sgd_generation_flag(l_draft_sub_type) <> 'Y') ) THEN
1397:

Line 1427: IF (PO_CLM_INTG_GRP.is_clm_document(p_doc_type => p_document_type,

1423: AND (p_document_subtype IN ('STANDARD', 'BLANKET', 'CONTRACT'))
1424: THEN
1425: -- CONTRACTING OFFICER VALIDATION
1426: --IF l_is_clm_doc= 'Y' THEN
1427: IF (PO_CLM_INTG_GRP.is_clm_document(p_doc_type => p_document_type,
1428: p_document_id => l_document_id)='Y'
1429: AND PO_DRAFT_MERGE_PKG.G_RESERVE_FROM_MOD_MERGE ='N' )-- Bug 14046925
1430: THEN
1431: IF l_draft_type in ('PAR', 'MOD') THEN

Line 3553: l_clm_req := PO_CLM_INTG_GRP.is_clm_document( p_doc_type => 'REQUISITION',

3549:
3550: -- Bug 9667820
3551: -- CLM Req may have line without the distribution. So, relax this check for CLM Requisitions.
3552:
3553: l_clm_req := PO_CLM_INTG_GRP.is_clm_document( p_doc_type => 'REQUISITION',
3554: p_document_id => p_document_id );
3555:
3556: l_textline := FND_MESSAGE.GET_STRING('PO', 'PO_SUB_REQ_LINE_NO_DIST');
3557: INSERT INTO po_online_report_text_gt(online_report_id,

Line 7171: l_clm_po := PO_CLM_INTG_GRP.is_clm_document( p_doc_type => 'PO',

7167: BEGIN
7168:
7169: l_progress := '000';
7170:
7171: l_clm_po := PO_CLM_INTG_GRP.is_clm_document( p_doc_type => 'PO',
7172: p_document_id => p_document_id );
7173:
7174: l_progress := '001';
7175: IF g_debug_stmt THEN

Line 10348: l_clm_po := PO_CLM_INTG_GRP.is_clm_document( p_doc_type => 'PO',

10344: l_clm_po VARCHAR2(1);
10345: l_api_name CONSTANT varchar2(40) := 'PO_IDV_REFERENCE_EQUAL_CHECK';
10346:
10347: BEGIN
10348: l_clm_po := PO_CLM_INTG_GRP.is_clm_document( p_doc_type => 'PO',
10349: p_document_id => p_document_id );
10350:
10351: l_textline := FND_MESSAGE.GET_STRING('PO', 'PO_IDV_REF_NOT_EQUAL');
10352: