DBA Data[Home] [Help]

APPS.ENG_ECO_PUB dependencies on BOM_GLOBALS

Line 1303: BOM_Globals.Set_Debug(p_debug);

1299: --dbms_output.enable(1000000);
1300:
1301: IF p_debug = 'Y'
1302: THEN
1303: BOM_Globals.Set_Debug(p_debug);
1304: BOM_Rtg_Globals.Set_Debug(p_debug) ; -- Added by MK on 11/08/00
1305:
1306: Error_Handler.Open_Debug_Session
1307: ( p_debug_filename => p_debug_filename

Line 1316: BOM_Globals.Set_Debug('N');

1312: );
1313:
1314: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
1315: THEN
1316: BOM_Globals.Set_Debug('N');
1317: BOM_Rtg_Globals.Set_Debug('N'); -- Added by MK on 11/08/00
1318: END IF;
1319: END IF;
1320: --

Line 1324: Bom_Globals.Set_Bo_Identifier(p_bo_identifier => p_bo_identifier); --bug 13619324

1320: --
1321: -- Set Business Object Idenfier in the System Information record.
1322: --
1323: Eng_Globals.Set_Bo_Identifier(p_bo_identifier => p_bo_identifier);
1324: Bom_Globals.Set_Bo_Identifier(p_bo_identifier => p_bo_identifier); --bug 13619324
1325:
1326: IF p_init_msg_list
1327: THEN
1328: Error_Handler.Initialize;

Line 1394: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('organization_code: ' || l_organization_code); END IF;

1390: l_other_message := 'ENG_CHG_NOT_ORG_MISSING';
1391: RAISE G_EXC_SEV_QUIT_OBJECT;
1392: END IF;
1393:
1394: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('organization_code: ' || l_organization_code); END IF;
1395: l_organization_id :=
1396: ENG_Val_To_Id.Organization
1397: ( p_organization => l_organization_code
1398: , x_err_text => l_err_text

Line 1401: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('organization_id: ' || to_char(l_organization_id)); END IF;

1397: ( p_organization => l_organization_code
1398: , x_err_text => l_err_text
1399: );
1400:
1401: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('organization_id: ' || to_char(l_organization_id)); END IF;
1402: IF l_organization_id IS NULL
1403: THEN
1404: l_other_message := 'ENG_ORG_INVALID';
1405: l_token_tbl(1).token_name := 'ORG_CODE';

Line 1491: IF Bom_Globals.Get_Debug = 'Y'

1487:
1488: x_return_status := l_return_status;
1489: x_msg_count := Error_Handler.Get_Message_Count;
1490:
1491: IF Bom_Globals.Get_Debug = 'Y'
1492: THEN
1493: Error_Handler.Close_Debug_Session;
1494: END IF;
1495:

Line 1533: IF Bom_Globals.Get_Debug = 'Y'

1529:
1530: x_return_status := Error_Handler.G_STATUS_ERROR;
1531: x_msg_count := Error_Handler.Get_Message_Count;
1532:
1533: IF Bom_Globals.Get_Debug = 'Y'
1534: THEN
1535: Error_Handler.Close_Debug_Session;
1536: END IF;
1537:

Line 1573: IF Bom_Globals.Get_Debug = 'Y'

1569: );
1570:
1571: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;
1572: x_msg_count := Error_Handler.Get_Message_Count;
1573: IF Bom_Globals.Get_Debug = 'Y'
1574: THEN
1575: Error_Handler.Close_Debug_Session;
1576: END IF;
1577: