DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on BOMPXINQ

Line 26: l_bom_exp_tab bompxinq.bomexporttabtype;

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

Line 90: bompxinq.exploder_userexit (

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

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

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