DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on BOMPXINQ

Line 24: l_bom_exp_tab bompxinq.bomexporttabtype;

20: /*@ param:p_alt_bom - Alternate, if any, for the item. Default null */
21: /*--------------------------------------------------------------------------------*/
22: PROCEDURE explode_bom_items(p_itemId IN NUMBER,p_alt_bom IN VARCHAR2 DEFAULT NULL ) IS
23:
24: l_bom_exp_tab bompxinq.bomexporttabtype;
25: l_err_msg varchar2(2000);
26: l_err_code number;
27: --l_type l_bom_exp_tab%rowtype;
28: l_count number;

Line 89: bompxinq.exploder_userexit (

85: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,lc_mod_name||'begin',
86: 'Calling exploder_userexit');
87: end if;
88:
89: bompxinq.exploder_userexit (
90: verify_flag => 0 ,
91: org_id => t_org_code_list(1),
92: order_by => 2 ,
93: grp_id => l_group_id ,

Line 259: /*bompxinq.export_bom(profile_id =>l_profile_id,

255:
256: -- bug#6930575,subhat. commented the previous API call.
257: -- Call the BOM exploder API to get the PL/SQL table of explosion items.
258:
259: /*bompxinq.export_bom(profile_id =>l_profile_id,
260: org_hierarchy_name => null,
261: assembly_item_id => p_itemId,
262: organization_id => l_org_id,
263: alternate_bm_designator => P_alt_bom,