DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on BOMPXINQ

Line 5206: Call should not be made to Bompxinq.Exploder_Userexit*/

5202: END IF;
5203: --
5204: /*Added for bug 11744133
5205: When Primary bill of material is not found for the phantom option item,
5206: Call should not be made to Bompxinq.Exploder_Userexit*/
5207: BEGIN
5208: SELECT 'Y'
5209: INTO l_bom_found
5210: FROM bom_bill_of_materials

Line 5224: debug('Calling Bompxinq.Exploder_Userexit');

5220:
5221: SELECT Bom_Explosion_Temp_S.NextVal
5222: INTO l_group_id
5223: FROM sys.dual;
5224: debug('Calling Bompxinq.Exploder_Userexit');
5225: --
5226: Bompxinq.Exploder_Userexit
5227: (
5228: grp_id => l_group_id,

Line 5226: Bompxinq.Exploder_Userexit

5222: INTO l_group_id
5223: FROM sys.dual;
5224: debug('Calling Bompxinq.Exploder_Userexit');
5225: --
5226: Bompxinq.Exploder_Userexit
5227: (
5228: grp_id => l_group_id,
5229: org_id => p_organization_id,
5230: item_id => p_option_item_id ,

Line 5361: debug('Calling Bompxinq.Exploder_Userexit');

5357: l_csi_bom_explosion_level := to_number(fnd_profile.value('CSI_BOM_EXPLOSION_LEVEL'));
5358: --
5359: SELECT Bom_Explosion_Temp_S.NextVal INTO l_group_id FROM sys.dual;
5360:
5361: debug('Calling Bompxinq.Exploder_Userexit');
5362: --
5363: Bompxinq.Exploder_Userexit
5364: (
5365: grp_id => l_group_id,

Line 5363: Bompxinq.Exploder_Userexit

5359: SELECT Bom_Explosion_Temp_S.NextVal INTO l_group_id FROM sys.dual;
5360:
5361: debug('Calling Bompxinq.Exploder_Userexit');
5362: --
5363: Bompxinq.Exploder_Userexit
5364: (
5365: grp_id => l_group_id,
5366: org_id => p_organization_id,
5367: item_id => p_item_id ,