DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on BOM_EXPLOSION_TEMP_S

Line 2166: ** BOM_EXPLOSION_TEMP_S

2162: v_top_level_found boolean ;
2163:
2164:
2165: /* sequence used in this program
2166: ** BOM_EXPLOSION_TEMP_S
2167: */
2168:
2169: gUserID number ;
2170: gLoginId number ;

Line 2203: select bom_explosion_temp_s.nextval

2199: x_return_status := FND_API.G_RET_STS_SUCCESS;
2200:
2201: v_step := 'Step A1' ;
2202:
2203: select bom_explosion_temp_s.nextval
2204: into v_mfg_comp_seq_id
2205: from dual;
2206:
2207: IF PG_DEBUG <> 0 THEN

Line 4815: select bom_explosion_temp_s.nextval

4811: If PG_DEBUG <> 0 Then
4812: cto_wip_workflow_api_pk.cto_debug('create_isp_bom', 'entering');
4813: End if;
4814:
4815: select bom_explosion_temp_s.nextval
4816: into xGrpId
4817: from dual;
4818:
4819: If PG_DEBUG <> 0 Then