DBA Data[Home] [Help]

APPS.INV_ITEM_EVENTS_PVT dependencies on INV_ITEM_UTIL

Line 610: IF INV_ITEM_UTIL.Appl_Inst_ICX = 0 THEN

606: l_icx_catggrp_exists VARCHAR2(1);
607:
608: BEGIN
609: --6531763: Adding ICX install check.
610: IF INV_ITEM_UTIL.Appl_Inst_ICX = 0 THEN
611: RETURN;
612: END IF;
613:
614: IF p_commit = TRUE THEN

Line 620: IF (INV_ITEM_UTIL.Object_Exists(

616: ELSE
617: l_commit := FND_API.G_FALSE;
618: END IF;
619:
620: IF (INV_ITEM_UTIL.Object_Exists(
621: p_object_type => 'PACKAGE',
622: p_object_name => 'ICX_CAT_POPULATE_MI_GRP') = 'Y') THEN
623: l_icx_migrp_exists := 'Y';
624: ELSE

Line 628: IF (INV_ITEM_UTIL.Object_Exists(

624: ELSE
625: l_icx_migrp_exists := 'N';
626: END IF;
627:
628: IF (INV_ITEM_UTIL.Object_Exists(
629: p_object_type => 'PACKAGE',
630: p_object_name => 'ICX_CAT_POPULATE_CATG_GRP') = 'Y') THEN
631: l_icx_catggrp_exists := 'Y';
632: ELSE

Line 920: l_jai_object := INV_ITEM_UTIL.Object_Exists(

916: BEGIN
917: --Bug: 4880971
918: --l_country_code := fnd_profile.value('JGZZ_COUNTRY_CODE');
919: --l_product_code := fnd_profile.value('JGZZ_PRODUCT_CODE');
920: l_jai_object := INV_ITEM_UTIL.Object_Exists(
921: p_object_type => 'PACKAGE'
922: ,p_object_name => 'JAI_INV_ITEMS_PKG');
923:
924:

Line 979: AND (INV_ITEM_UTIL.Appl_Inst_ICX <> 0)

975: l_sync_ip_im_idx NUMBER := NVL(FND_PROFILE.Value('INV_SYNC_IP_ITM_IDX'), 0); -- Bug 12373593
976: BEGIN
977: --6531763: Adding ICX install check.
978: IF (l_sync_ip_im_idx = 1 -- bug 12373593
979: AND (INV_ITEM_UTIL.Appl_Inst_ICX <> 0)
980: AND (INV_ITEM_UTIL.Object_Exists(
981: p_object_type => 'PACKAGE',
982: p_object_name => 'ICX_CAT_POPULATE_ITEM_GRP') = 'Y'))
983: THEN

Line 980: AND (INV_ITEM_UTIL.Object_Exists(

976: BEGIN
977: --6531763: Adding ICX install check.
978: IF (l_sync_ip_im_idx = 1 -- bug 12373593
979: AND (INV_ITEM_UTIL.Appl_Inst_ICX <> 0)
980: AND (INV_ITEM_UTIL.Object_Exists(
981: p_object_type => 'PACKAGE',
982: p_object_name => 'ICX_CAT_POPULATE_ITEM_GRP') = 'Y'))
983: THEN
984:

Line 1011: l_jg_zz_object := INV_ITEM_UTIL.Object_Exists(

1007: IS
1008: l_jg_zz_object VARCHAR2(1);
1009: l_operating_unit ORG_ORGANIZATION_DEFINITIONS.OPERATING_UNIT%TYPE;
1010: BEGIN
1011: l_jg_zz_object := INV_ITEM_UTIL.Object_Exists(
1012: p_object_type => 'PACKAGE',
1013: p_object_name => 'JG_ZZ_SHARED_PKG');
1014:
1015: IF l_jg_zz_object = 'Y' THEN