DBA Data[Home] [Help]

APPS.ENG_FORM_ECO_PVT dependencies on BOM_GLOBALS

Line 91: Bom_Globals.Set_Lot_Number(l_lot_number) ;

87:
88: ELSIF p_bo_processed = 'BOM' THEN
89:
90: -- Set Revised Item Attributes to Global System Information.
91: Bom_Globals.Set_Lot_Number(l_lot_number) ;
92: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
93: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
94: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
95: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;

Line 92: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;

88: ELSIF p_bo_processed = 'BOM' THEN
89:
90: -- Set Revised Item Attributes to Global System Information.
91: Bom_Globals.Set_Lot_Number(l_lot_number) ;
92: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
93: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
94: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
95: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
96:

Line 93: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;

89:
90: -- Set Revised Item Attributes to Global System Information.
91: Bom_Globals.Set_Lot_Number(l_lot_number) ;
92: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
93: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
94: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
95: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
96:
97: END IF ;

Line 94: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;

90: -- Set Revised Item Attributes to Global System Information.
91: Bom_Globals.Set_Lot_Number(l_lot_number) ;
92: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
93: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
94: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
95: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
96:
97: END IF ;
98:

Line 95: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;

91: Bom_Globals.Set_Lot_Number(l_lot_number) ;
92: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
93: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
94: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
95: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
96:
97: END IF ;
98:
99: END Set_RevItem_Attributes ;

Line 265: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);

261: -- Process Flow step 13 : Database Writes
262: --dbms_output.put_line('checking if to write to db');
263: IF g_control_rec.write_to_db
264: THEN
265: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
266: bom_rtg_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
267: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
268: bom_rtg_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
269:

Line 267: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);

263: IF g_control_rec.write_to_db
264: THEN
265: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
266: bom_rtg_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
267: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
268: bom_rtg_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
269:
270: --dbms_output.put_line('Writing to the database');
271: Bom_Sub_Op_Res_Util.Perform_Writes

Line 573: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);

569: -- Process Flow step 13 : Database Writes
570: --dbms_output.put_line('checking if to write to db');
571: IF g_control_rec.write_to_db
572: THEN
573: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
574: bom_rtg_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
575: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
576: bom_rtg_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
577:

Line 575: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);

571: IF g_control_rec.write_to_db
572: THEN
573: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
574: bom_rtg_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
575: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
576: bom_rtg_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
577:
578: --dbms_output.put_line('Writing to the database');
579: Bom_Op_Res_Util.Perform_Writes

Line 778: IF BOM_Globals.get_debug = 'Y'

774:
775: -- Begin block that processes revised items. This block holds the exception handlers
776: -- for header errors.
777:
778: IF BOM_Globals.get_debug = 'Y'
779: THEN
780: error_handler.write_debug('At the beginning of Rev_Op, the rec count is');
781: error_handler.write_debug( l_rev_operation_tbl.COUNT);
782: END IF;

Line 797: IF BOM_Globals.get_debug = 'Y'

793: l_rev_operation_rec.return_status := FND_API.G_RET_STS_SUCCESS;
794:
795: -- Process Flow step 3: Verify Revised Operation's existence
796: --
797: IF BOM_Globals.get_debug = 'Y'
798: THEN
799: error_handler.write_debug('At the beginning of check existence');
800: END IF;
801: IF g_control_rec.check_existence

Line 813: IF BOM_Globals.get_debug = 'Y'

809: , x_return_status => l_return_status
810: , x_mesg_token_tbl => l_mesg_token_tbl
811: );
812:
813: IF BOM_Globals.get_debug = 'Y'
814: THEN
815: error_handler.write_debug('After check existence, the return status is');
816: error_handler.write_debug( l_Return_Status);
817: END IF;

Line 841: IF BOM_Globals.get_debug = 'Y'

837: l_rev_operation_rec.Transaction_Type = ENG_GLOBALS.G_OPR_CREATE
838: THEN
839:
840: -- Process Flow step 9: Default missing values for Operation CREATE
841: IF BOM_Globals.get_debug = 'Y'
842: THEN
843: error_handler.write_debug('before op_seq attribute , the return status is');
844: error_handler.write_debug( l_Return_Status);
845: END IF;

Line 940: IF BOM_Globals.get_debug = 'Y'

936: END IF;
937:
938: --dbms_output.put_line('querying row');
939:
940: IF BOM_Globals.get_debug = 'Y'
941: THEN
942: error_handler.write_debug('before query_row, the return status is');
943: error_handler.write_debug( l_Return_Status);
944: END IF;

Line 1028: IF BOM_Globals.get_debug = 'Y'

1024:
1025: IF g_control_rec.entity_defaulting
1026: THEN
1027: --dbms_output.put_line('Entity Defaulting');
1028: IF BOM_Globals.get_debug = 'Y'
1029: THEN
1030: error_handler.write_debug('before entity_defaulting , the return status is');
1031: error_handler.write_debug( l_Return_Status);
1032: END IF;

Line 1082: IF BOM_Globals.get_debug = 'Y'

1078: -- Process Flow step 12 - Entity Level Validation
1079: IF g_control_rec.entity_validation
1080: THEN
1081:
1082: IF BOM_Globals.get_debug = 'Y'
1083: THEN
1084: error_handler.write_debug('before entity validation , the return status is');
1085: error_handler.write_debug( l_Return_Status);
1086: END IF;

Line 1099: IF BOM_Globals.get_debug = 'Y'

1095: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1096: , x_return_status => l_Return_Status
1097: );*/
1098: ELSE
1099: IF BOM_Globals.get_debug = 'Y'
1100: THEN
1101: error_handler.write_debug('before calling Bom_Validate_Op_Seq.Check_Entity,the return status is');
1102: error_handler.write_debug( l_Return_Status);
1103: error_handler.write_debug( l_rev_operation_rec.operation_sequence_number);

Line 1193: IF BOM_Globals.get_debug = 'Y'

1189:
1190: IF g_control_rec.write_to_db
1191: THEN
1192:
1193: IF BOM_Globals.get_debug = 'Y'
1194: THEN
1195: error_handler.write_debug('Before write_to_db, the return status is');
1196: error_handler.write_debug( l_Return_Status);
1197: error_handler.write_debug( l_rev_op_unexp_rec.operation_sequence_id);

Line 1199: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);

1195: error_handler.write_debug('Before write_to_db, the return status is');
1196: error_handler.write_debug( l_Return_Status);
1197: error_handler.write_debug( l_rev_op_unexp_rec.operation_sequence_id);
1198: END IF;
1199: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
1200: bom_rtg_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
1201: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
1202: bom_rtg_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
1203:

Line 1201: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);

1197: error_handler.write_debug( l_rev_op_unexp_rec.operation_sequence_id);
1198: END IF;
1199: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
1200: bom_rtg_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
1201: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
1202: bom_rtg_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
1203:
1204: --Bug 9088260 changes begin
1205: IF(l_rev_operation_rec.alternate_routing_code is NULL)

Line 1293: IF BOM_Globals.get_debug = 'Y'

1289:
1290: l_rev_operation_tbl(I) := l_rev_operation_rec;
1291:
1292:
1293: IF BOM_Globals.get_debug = 'Y'
1294: THEN
1295: error_handler.write_debug( 'after checck entity ');
1296: error_handler.write_debug( l_rev_operation_tbl(1).operation_sequence_number);
1297: error_handler.write_debug( l_rev_operation_tbl(1).count_point_type);

Line 1605: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);

1601: -- Process Flow step 13 : Database Writes
1602: --dbms_output.put_line('checking if to write to db');
1603: IF g_control_rec.write_to_db
1604: THEN
1605: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
1606: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
1607:
1608: --dbms_output.put_line('Writing to the database');
1609: Bom_Sub_Component_Util.Perform_Writes

Line 1606: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);

1602: --dbms_output.put_line('checking if to write to db');
1603: IF g_control_rec.write_to_db
1604: THEN
1605: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
1606: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
1607:
1608: --dbms_output.put_line('Writing to the database');
1609: Bom_Sub_Component_Util.Perform_Writes
1610: ( p_sub_component_rec => l_sub_component_rec

Line 1851: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);

1847: -- Process Flow step 13 : Database Writes
1848:
1849: IF g_control_rec.write_to_db
1850: THEN
1851: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
1852: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
1853:
1854: --dbms_output.put_line('Writing to the database');
1855: Bom_Ref_Designator_Util.Perform_Writes

Line 1852: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);

1848:
1849: IF g_control_rec.write_to_db
1850: THEN
1851: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
1852: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
1853:
1854: --dbms_output.put_line('Writing to the database');
1855: Bom_Ref_Designator_Util.Perform_Writes
1856: ( p_ref_designator_rec => l_ref_designator_rec

Line 2350: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);

2346: -- Process Flow step 13 : Database Writes
2347:
2348: IF g_control_rec.write_to_db
2349: THEN
2350: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
2351: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
2352:
2353: --dbms_output.put_line('Writing to the database');
2354: BOM_BOM_Component_Util.Perform_Writes

Line 2351: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);

2347:
2348: IF g_control_rec.write_to_db
2349: THEN
2350: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
2351: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
2352:
2353: --dbms_output.put_line('Writing to the database');
2354: BOM_BOM_Component_Util.Perform_Writes
2355: ( p_rev_component_rec => l_rev_component_rec

Line 2557: IF BOM_Globals.get_debug = 'Y'

2553:
2554: BEGIN
2555:
2556:
2557: IF BOM_Globals.get_debug = 'Y'
2558: Then
2559: error_handler.write_debug('at the beginning of rev_item procedure');
2560: error_handler.write_debug('revised item count is');
2561: error_handler.write_debug(l_revised_item_tbl.COUNT);

Line 2594: IF BOM_Globals.get_debug = 'Y'

2590: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2591: , x_return_status => l_Return_Status
2592: , x_disable_revision => x_disable_revision --Bug no:3034642
2593: );
2594: IF BOM_Globals.get_debug = 'Y'
2595: Then
2596: error_handler.write_debug('After check existence');
2597: error_handler.write_debug( l_Return_Status);
2598: END IF;

Line 2624: IF BOM_Globals.get_debug = 'Y'

2620: , x_rev_item_unexp_rec => l_rev_item_unexp_rec
2621: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2622: , x_return_status => l_Return_Status
2623: );
2624: IF BOM_Globals.get_debug = 'Y'
2625: Then
2626: error_handler.write_debug('After attribute defaulting, the return status is');
2627: error_handler.write_debug( l_Return_Status);
2628: END IF;

Line 2684: IF BOM_Globals.get_debug = 'Y'

2680: , x_rev_item_unexp_rec => l_old_rev_item_unexp_rec
2681: , x_Return_status => l_return_status
2682: );
2683:
2684: IF BOM_Globals.get_debug = 'Y'
2685: Then
2686: error_handler.write_debug('After query row, the return status is');
2687: error_handler.write_debug( l_Return_Status);
2688: END IF;

Line 2719: IF BOM_Globals.get_debug = 'Y'

2715: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2716: , x_return_status => l_return_status
2717: );
2718:
2719: IF BOM_Globals.get_debug = 'Y'
2720: Then
2721: error_handler.write_debug('After eitity default, the return status is');
2722: error_handler.write_debug( l_Return_Status);
2723: END IF;

Line 2787: IF BOM_Globals.get_debug = 'Y'

2783: , x_return_status => l_Return_Status
2784: );
2785: END IF;
2786:
2787: IF BOM_Globals.get_debug = 'Y'
2788: Then
2789: error_handler.write_debug('After entity validation.');
2790: error_handler.write_debug( l_Return_Status);
2791: END IF;

Line 2847: IF BOM_Globals.get_debug = 'Y'

2843: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2844: , x_return_status => l_return_status
2845: );
2846:
2847: IF BOM_Globals.get_debug = 'Y'
2848: Then
2849: error_handler.write_debug('After write to db, the return status is');
2850: error_handler.write_debug( l_Return_Status);
2851: END IF;

Line 3360: IF BOM_Globals.get_debug = 'Y'

3356: -- for header errors.
3357:
3358: BEGIN
3359:
3360: IF BOM_Globals.get_debug = 'Y'
3361: Then
3362: error_handler.write_debug('start of eco_header.');
3363: END IF;
3364:

Line 3379: IF BOM_Globals.get_debug = 'Y'

3375:
3376: IF g_control_rec.check_existence
3377: THEN
3378: /*
3379: IF BOM_Globals.get_debug = 'Y'
3380: Then
3381: error_handler.write_debug('organization id is');
3382: error_handler.write_debug(' l_eco_unexp_rec.organization_idorganization id is');
3383: END IF;

Line 3410: IF BOM_Globals.get_debug = 'Y'

3406: RAISE EXC_UNEXP_SKIP_OBJECT;
3407: END IF;
3408: END IF;
3409:
3410: IF BOM_Globals.get_debug = 'Y'
3411: Then
3412: error_handler.write_debug('Attribute defaulting.');
3413: END IF;
3414:

Line 3468: IF BOM_Globals.get_debug = 'Y'

3464: );
3465: END IF;
3466: END IF;
3467:
3468: IF BOM_Globals.get_debug = 'Y'
3469: Then
3470: error_handler.write_debug('end of Attribute defaulting..');
3471: END IF;
3472:

Line 3494: IF BOM_Globals.get_debug = 'Y'

3490: THEN
3491: dbms_output.put_line('old record not found');
3492: END IF;*/
3493: END IF;
3494: IF BOM_Globals.get_debug = 'Y'
3495: Then
3496: error_handler.write_debug('end of query row..');
3497: END IF;
3498:

Line 3555: IF BOM_Globals.get_debug = 'Y'

3551: END IF;
3552: END IF;
3553:
3554: -- Process Flow step 12 - Entity Level Validation
3555: IF BOM_Globals.get_debug = 'Y'
3556: Then
3557: error_handler.write_debug('After Entity default..');
3558: END IF;
3559:

Line 3573: IF BOM_Globals.get_debug = 'Y'

3569: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
3570: );
3571:
3572: ELSE
3573: IF BOM_Globals.get_debug = 'Y'
3574: Then
3575: error_handler.write_debug('Before check entiry..');
3576: END IF;
3577: Eng_Validate_ECO.Check_Entity

Line 3587: IF BOM_Globals.get_debug = 'Y'

3583: , p_old_ECO_rec => l_old_ECO_rec
3584: , p_old_unexp_ECO_rec => l_old_ECO_unexp_rec
3585: , p_control_rec => g_control_rec
3586: );
3587: IF BOM_Globals.get_debug = 'Y'
3588: Then
3589: error_handler.write_debug('After check entity..');
3590:
3591:

Line 3631: IF BOM_Globals.get_debug = 'Y'

3627: , x_rev_sub_resource_tbl => l_rev_sub_resource_tbl --add
3628: );
3629: END IF;
3630: END IF;
3631: IF BOM_Globals.get_debug = 'Y'
3632: Then
3633: error_handler.write_debug('After check entity..');
3634: END IF;
3635:

Line 3638: IF BOM_Globals.get_debug = 'Y'

3634: END IF;
3635:
3636:
3637: -- Process Flow step 13 : Database Writes
3638: IF BOM_Globals.get_debug = 'Y'
3639: Then
3640: error_handler.write_debug('Before write to db..');
3641: END IF;
3642:

Line 3648: IF BOM_Globals.get_debug = 'Y'

3644: THEN
3645: eng_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
3646: eng_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
3647:
3648: IF BOM_Globals.get_debug = 'Y'
3649: Then
3650: error_handler.write_debug('write_to db is true');
3651: END IF;
3652:

Line 3663: IF BOM_Globals.get_debug = 'Y'

3659: , p_control_rec => g_control_rec
3660: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
3661: , x_return_status => l_return_status
3662: );
3663: IF BOM_Globals.get_debug = 'Y'
3664: Then
3665: error_handler.write_debug('After write to db..');
3666: END IF;
3667:

Line 3929: IF BOM_Globals.get_debug = 'Y'

3925: --dbms_output.enable(1000000);
3926:
3927: -- Standard call to check for call compatibility
3928:
3929: IF BOM_Globals.get_debug = 'Y'
3930: Then
3931: error_handler.write_debug('here, for test purpose, you can write message.');
3932: END IF;
3933:

Line 3948: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);

3944:
3945: -- Init Global variables.
3946: g_control_rec := p_control_rec;
3947:
3948: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
3949: bom_rtg_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
3950: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
3951: bom_rtg_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
3952:

Line 3950: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);

3946: g_control_rec := p_control_rec;
3947:
3948: bom_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
3949: bom_rtg_globals.set_user_id(p_user_id => g_control_rec.last_updated_by);
3950: bom_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
3951: bom_rtg_globals.set_login_id(p_login_id => g_control_rec.last_update_login);
3952:
3953: -- bug 3583789 ,Bo_Identifier needs to be set for all the errors/warnings to be shown in the form --vani
3954: Eng_Globals.Set_Bo_Identifier(p_bo_identifier => 'ECO');

Line 3985: /* Bom_Globals.Set_Debug('Y');

3981: l_bo_return_status := 'S';
3982:
3983: -- Eco
3984:
3985: /* Bom_Globals.Set_Debug('Y');
3986: Error_Handler.Open_Debug_Session
3987: (p_debug_filename => 'form_debug.log'
3988: , p_output_dir => '/sqlcom/log/dom1151'
3989: , x_return_status => l_return_status

Line 3995: IF BOM_Globals.get_debug = 'Y'

3991: , x_mesg_Token_tbl => l_mesg_token_tbl
3992: );
3993: */
3994:
3995: IF BOM_Globals.get_debug = 'Y'
3996: Then
3997: error_handler.write_debug('here, for test purpose, you can write message.');
3998: END IF;
3999:

Line 4048: IF BOM_Globals.get_debug = 'Y'

4044: END IF;
4045:
4046: END IF;
4047:
4048: IF BOM_Globals.get_debug = 'Y'
4049: Then
4050: error_handler.write_debug('end of ECO header in Process_ECO..');
4051: error_handler.write_debug('here, the process entity is:');
4052: error_handler.write_debug( g_control_rec.process_entity);

Line 4143: IF BOM_Globals.get_debug = 'Y'

4139: , x_return_status => l_return_status
4140: , x_disable_revision => x_disable_revision --Bug no:3034642
4141: ) ;
4142:
4143: IF BOM_Globals.get_debug = 'Y'
4144: Then
4145: error_handler.write_debug('after rev_items, the return status is');
4146: error_handler.write_debug(l_return_status);
4147: END IF;

Line 4462: IF BOM_Globals.get_debug = 'Y'

4458: x_rev_sub_resource_tbl := l_rev_sub_resource_tbl; --add
4459:
4460: -- Reset system_information business object flags
4461:
4462: IF BOM_Globals.get_debug = 'Y'
4463: Then
4464: error_handler.write_debug('before set global variables.');
4465: END IF;
4466:

Line 4475: IF BOM_Globals.get_debug = 'Y'

4471: ENG_GLOBALS.Set_STD_Item_Access( p_std_item_access => NULL);
4472: ENG_GLOBALS.Set_MDL_Item_Access( p_mdl_item_access => NULL);
4473: ENG_GLOBALS.Set_PLN_Item_Access( p_pln_item_access => NULL);
4474: ENG_GLOBALS.Set_OC_Item_Access( p_oc_item_access => NULL);
4475: IF BOM_Globals.get_debug = 'Y'
4476: Then
4477: error_handler.write_debug('end of process_eco');
4478: END IF;
4479:

Line 4561: IF BOM_Globals.get_debug = 'Y'

4557:
4558: WHEN OTHERS THEN
4559:
4560:
4561: IF BOM_Globals.get_debug = 'Y'
4562: Then
4563: error_handler.write_debug('error in process_eco.');
4564: END IF;
4565: Error_Handler.Close_Debug_Session;