DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on CTO_UTILITY_PK

Line 719: CTO_UTILITY_PK.PC_BOM_BILL_SEQUENCE_ID := p_bill_sequence_id ;

715:
716: -- insert into my_debug_messages values ( ' header_id ' || to_char( p_cz_config_hdr_id ) ) ;
717: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'BOM_INS_MODEL' , ' header_id ' || to_char( p_cz_config_hdr_id ) ) ;
718:
719: CTO_UTILITY_PK.PC_BOM_BILL_SEQUENCE_ID := p_bill_sequence_id ;
720: CTO_UTILITY_PK.PC_BOM_TOP_BILL_SEQUENCE_ID := p_top_bill_sequence_id ;
721: CTO_UTILITY_PK.PC_BOM_CURRENT_ORG := p_current_org_id ;
722:
723:

Line 720: CTO_UTILITY_PK.PC_BOM_TOP_BILL_SEQUENCE_ID := p_top_bill_sequence_id ;

716: -- insert into my_debug_messages values ( ' header_id ' || to_char( p_cz_config_hdr_id ) ) ;
717: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'BOM_INS_MODEL' , ' header_id ' || to_char( p_cz_config_hdr_id ) ) ;
718:
719: CTO_UTILITY_PK.PC_BOM_BILL_SEQUENCE_ID := p_bill_sequence_id ;
720: CTO_UTILITY_PK.PC_BOM_TOP_BILL_SEQUENCE_ID := p_top_bill_sequence_id ;
721: CTO_UTILITY_PK.PC_BOM_CURRENT_ORG := p_current_org_id ;
722:
723:
724:

Line 721: CTO_UTILITY_PK.PC_BOM_CURRENT_ORG := p_current_org_id ;

717: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'BOM_INS_MODEL' , ' header_id ' || to_char( p_cz_config_hdr_id ) ) ;
718:
719: CTO_UTILITY_PK.PC_BOM_BILL_SEQUENCE_ID := p_bill_sequence_id ;
720: CTO_UTILITY_PK.PC_BOM_TOP_BILL_SEQUENCE_ID := p_top_bill_sequence_id ;
721: CTO_UTILITY_PK.PC_BOM_CURRENT_ORG := p_current_org_id ;
722:
723:
724:
725: /* BUG #1957336 Temporary change for preconfigure bom by Sushant Sawant */

Line 949: CTO_UTILITY_PK.PC_BOM_VALIDATION_ORG := p_validation_org_id ;

945:
946: v_step := 'Step 3 ' ;
947:
948: /* Temporary statement needs to be fixed */
949: CTO_UTILITY_PK.PC_BOM_VALIDATION_ORG := p_validation_org_id ;
950:
951: v_step := 'Step 5 ' ;
952:
953: if( lMatchProfile = 1 ) then

Line 1142: bcol_tab(bcol_index).program_id := CTO_UTILITY_PK.PC_BOM_PROGRAM_ID ;

1138: bcol_tab(bcol_index).creation_date := sysdate ;
1139: bcol_tab(bcol_index).created_by := gUserId ;
1140: bcol_tab(bcol_index).last_update_date := sysdate ;
1141: bcol_tab(bcol_index).last_updated_by := gUserId ;
1142: bcol_tab(bcol_index).program_id := CTO_UTILITY_PK.PC_BOM_PROGRAM_ID ;
1143:
1144: --bugfix 4440577
1145: --tab_pci index by line_id and store cz parent config_id
1146: tab_pci(bcol_tab(bcol_index).line_id).pcfg_id :=

Line 1375: CTO_UTILITY_PK.copy_bcolgt_bcol( v_ato_line_id , x_return_status, x_msg_count, x_msg_data ) ;

1371:
1372: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'PROCESS_CONFIGURATOR_DATA' , 'copying bcolgt to bcol ' ) ;
1373:
1374:
1375: CTO_UTILITY_PK.copy_bcolgt_bcol( v_ato_line_id , x_return_status, x_msg_count, x_msg_data ) ;
1376:
1377:
1378: select line_id, ato_line_id, inventory_item_id, config_item_id , perform_match
1379: into v_ck_line_id, v_ck_ato_line_id, v_ck_inventory_item_id,

Line 1740: if lprogram_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID then

1736:
1737: oe_debug_pub.add ('Getting Validation Org.. ', 1) ;
1738:
1739:
1740: if lprogram_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID then
1741: lValidationOrg := CTO_UTILITY_PK.PC_BOM_VALIDATION_ORG ;
1742: end if;
1743:
1744:

Line 1741: lValidationOrg := CTO_UTILITY_PK.PC_BOM_VALIDATION_ORG ;

1737: oe_debug_pub.add ('Getting Validation Org.. ', 1) ;
1738:
1739:
1740: if lprogram_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID then
1741: lValidationOrg := CTO_UTILITY_PK.PC_BOM_VALIDATION_ORG ;
1742: end if;
1743:
1744:
1745: oe_debug_pub.add ('Validation Org : '||to_char(lValidationOrg), 2) ;