DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on BOM_EXPLOSION_TEMP_S

Line 2168: ** BOM_EXPLOSION_TEMP_S

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

Line 2205: select bom_explosion_temp_s.nextval

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

Line 4839: select bom_explosion_temp_s.nextval

4835: If PG_DEBUG <> 0 Then
4836: cto_wip_workflow_api_pk.cto_debug('create_isp_bom', 'entering');
4837: End if;
4838:
4839: select bom_explosion_temp_s.nextval
4840: into xGrpId
4841: from dual;
4842:
4843: If PG_DEBUG <> 0 Then