DBA Data[Home] [Help]

APPS.ITG_BOAPI_WRAPPERS dependencies on ITG_ORGEFF_PVT

Line 438: NOT ITG_OrgEff_PVT.Check_Effective(

434: itg_debug_pub.Add('Entering ITG_BOAPI_Wrappers.Sync_FlexValue', 2);
435: END IF;
436:
437: IF g_return_status = FND_API.G_RET_STS_SUCCESS AND
438: NOT ITG_OrgEff_PVT.Check_Effective(
439: p_organization_id => g_org,
440: p_cln_doc_type => g_clntyp,
441: p_doc_direction => 'S') THEN
442: g_return_status := FND_API.G_RET_STS_ERROR;

Line 509: NOT ITG_OrgEff_PVT.Check_Effective(

505: itg_debug_pub.Add('Entering ITG_BOAPI_Wrappers.Process_ExchangeRate', 2);
506: END IF;
507:
508: IF g_return_status = FND_API.G_RET_STS_SUCCESS AND
509: NOT ITG_OrgEff_PVT.Check_Effective(
510: p_organization_id => g_org,
511: p_cln_doc_type => g_clntyp,
512: p_doc_direction => 'S') THEN
513: g_return_status := FND_API.G_RET_STS_ERROR;

Line 582: IF NOT ITG_OrgEff_PVT.Check_Effective(

578: END IF;
579:
580: g_org := TO_NUMBER(p_org_id);
581:
582: IF NOT ITG_OrgEff_PVT.Check_Effective(
583: p_organization_id => g_org,
584: p_cln_doc_type => g_clntyp,
585: p_doc_direction => 'S') THEN
586: g_return_status := FND_API.G_RET_STS_ERROR;

Line 658: NOT ITG_OrgEff_PVT.Check_Effective(

654: itg_debug_pub.Add('Entering ITG_BOAPI_Wrappers.Sync_Vendor', 2);
655: END IF;
656:
657: IF g_return_status = FND_API.G_RET_STS_SUCCESS AND
658: NOT ITG_OrgEff_PVT.Check_Effective(
659: p_organization_id => g_org,
660: p_cln_doc_type => g_clntyp,
661: p_doc_direction => 'S') THEN
662: g_return_status := FND_API.G_RET_STS_ERROR;

Line 889: NOT ITG_OrgEff_PVT.Check_Effective(

885: END IF;
886:
887: g_org := p_org_id;
888: IF g_return_status = FND_API.G_RET_STS_SUCCESS AND
889: NOT ITG_OrgEff_PVT.Check_Effective(
890: p_organization_id => g_org,
891: p_cln_doc_type => g_clntyp,
892: p_doc_direction => 'S') THEN
893: g_return_status := FND_API.G_RET_STS_ERROR;

Line 959: NOT ITG_OrgEff_PVT.Check_Effective(

955: END IF;
956:
957: g_org := p_org;
958: IF g_return_status = FND_API.G_RET_STS_SUCCESS AND
959: NOT ITG_OrgEff_PVT.Check_Effective(
960: p_organization_id => g_org,
961: p_cln_doc_type => g_clntyp,
962: p_doc_direction => 'S') THEN
963: g_return_status := FND_API.G_RET_STS_ERROR;

Line 1033: IF NOT ITG_OrgEff_PVT.Check_Effective(

1029: IF (l_Debug_Level <= 2) THEN
1030: itg_debug_pub.Add('Entering ITG_BOAPI_Wrappers.Sync_UOM_ALL', 2);
1031: END IF;
1032:
1033: IF NOT ITG_OrgEff_PVT.Check_Effective(
1034: p_organization_id => g_org,
1035: p_cln_doc_type => g_clntyp,
1036: p_doc_direction => 'S') THEN
1037: