DBA Data[Home] [Help]

APPS.INV_ITEM_EVENTS_PVT dependencies on INV_ITEM_UTIL

Line 606: IF INV_ITEM_UTIL.Appl_Inst_ICX = 0 THEN

602: l_icx_catggrp_exists VARCHAR2(1);
603:
604: BEGIN
605: --6531763: Adding ICX install check.
606: IF INV_ITEM_UTIL.Appl_Inst_ICX = 0 THEN
607: RETURN;
608: END IF;
609:
610: IF p_commit = TRUE THEN

Line 616: IF (INV_ITEM_UTIL.Object_Exists(

612: ELSE
613: l_commit := FND_API.G_FALSE;
614: END IF;
615:
616: IF (INV_ITEM_UTIL.Object_Exists(
617: p_object_type => 'PACKAGE',
618: p_object_name => 'ICX_CAT_POPULATE_MI_GRP') = 'Y') THEN
619: l_icx_migrp_exists := 'Y';
620: ELSE

Line 624: IF (INV_ITEM_UTIL.Object_Exists(

620: ELSE
621: l_icx_migrp_exists := 'N';
622: END IF;
623:
624: IF (INV_ITEM_UTIL.Object_Exists(
625: p_object_type => 'PACKAGE',
626: p_object_name => 'ICX_CAT_POPULATE_CATG_GRP') = 'Y') THEN
627: l_icx_catggrp_exists := 'Y';
628: ELSE

Line 916: l_jai_object := INV_ITEM_UTIL.Object_Exists(

912: BEGIN
913: --Bug: 4880971
914: --l_country_code := fnd_profile.value('JGZZ_COUNTRY_CODE');
915: --l_product_code := fnd_profile.value('JGZZ_PRODUCT_CODE');
916: l_jai_object := INV_ITEM_UTIL.Object_Exists(
917: p_object_type => 'PACKAGE'
918: ,p_object_name => 'JAI_INV_ITEMS_PKG');
919:
920:

Line 973: IF ((INV_ITEM_UTIL.Appl_Inst_ICX <> 0)

969:
970: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level; --Bug: 4667452
971: BEGIN
972: --6531763: Adding ICX install check.
973: IF ((INV_ITEM_UTIL.Appl_Inst_ICX <> 0)
974: AND (INV_ITEM_UTIL.Object_Exists(
975: p_object_type => 'PACKAGE',
976: p_object_name => 'ICX_CAT_POPULATE_ITEM_GRP') = 'Y'))
977: THEN

Line 974: AND (INV_ITEM_UTIL.Object_Exists(

970: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level; --Bug: 4667452
971: BEGIN
972: --6531763: Adding ICX install check.
973: IF ((INV_ITEM_UTIL.Appl_Inst_ICX <> 0)
974: AND (INV_ITEM_UTIL.Object_Exists(
975: p_object_type => 'PACKAGE',
976: p_object_name => 'ICX_CAT_POPULATE_ITEM_GRP') = 'Y'))
977: THEN
978:

Line 1005: l_jg_zz_object := INV_ITEM_UTIL.Object_Exists(

1001: IS
1002: l_jg_zz_object VARCHAR2(1);
1003: l_operating_unit ORG_ORGANIZATION_DEFINITIONS.OPERATING_UNIT%TYPE;
1004: BEGIN
1005: l_jg_zz_object := INV_ITEM_UTIL.Object_Exists(
1006: p_object_type => 'PACKAGE',
1007: p_object_name => 'JG_ZZ_SHARED_PKG');
1008:
1009: IF l_jg_zz_object = 'Y' THEN