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 946: CTO_UTILITY_PK.PC_BOM_VALIDATION_ORG := p_validation_org_id ;

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

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

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

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

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

Line 1737: if lprogram_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID then

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

Line 1738: lValidationOrg := CTO_UTILITY_PK.PC_BOM_VALIDATION_ORG ;

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