DBA Data[Home] [Help]

APPS.ENG_ECO_PUB dependencies on ENG_GLOBALS

Line 1320: Eng_Globals.Set_Bo_Identifier(p_bo_identifier => p_bo_identifier);

1316: END IF;
1317: --
1318: -- Set Business Object Idenfier in the System Information record.
1319: --
1320: Eng_Globals.Set_Bo_Identifier(p_bo_identifier => p_bo_identifier);
1321:
1322: IF p_init_msg_list
1323: THEN
1324: Error_Handler.Initialize;

Line 1412: -- ENG_GLOBALS.system_information.org_id := l_organization_id;

1408: RAISE G_EXC_UNEXP_SKIP_OBJECT;
1409: END IF;
1410:
1411: -- Now using the set functions. Changed by RC 06/23/99
1412: -- ENG_GLOBALS.system_information.org_id := l_organization_id;
1413: --
1414: Eng_Globals.Set_Org_Id( p_org_id => l_organization_id);
1415:
1416:

Line 1414: Eng_Globals.Set_Org_Id( p_org_id => l_organization_id);

1410:
1411: -- Now using the set functions. Changed by RC 06/23/99
1412: -- ENG_GLOBALS.system_information.org_id := l_organization_id;
1413: --
1414: Eng_Globals.Set_Org_Id( p_org_id => l_organization_id);
1415:
1416:
1417: --------------------------------------
1418: -- Call Private API

Line 1448: ENG_GLOBALS.system_information.org_id := NULL;

1444: , x_disable_revision => l_disable_revision --BUG 3034642
1445: );
1446:
1447: /* Now using the set function. Changed by RC 06/23/99
1448: ENG_GLOBALS.system_information.org_id := NULL;
1449: ENG_GLOBALS.system_information.ECO_Name := NULL;
1450: */
1451:
1452: Eng_Globals.Set_Org_Id( p_org_id => NULL);

Line 1449: ENG_GLOBALS.system_information.ECO_Name := NULL;

1445: );
1446:
1447: /* Now using the set function. Changed by RC 06/23/99
1448: ENG_GLOBALS.system_information.org_id := NULL;
1449: ENG_GLOBALS.system_information.ECO_Name := NULL;
1450: */
1451:
1452: Eng_Globals.Set_Org_Id( p_org_id => NULL);
1453: Eng_Globals.Set_Eco_Name( p_eco_name => NULL);

Line 1452: Eng_Globals.Set_Org_Id( p_org_id => NULL);

1448: ENG_GLOBALS.system_information.org_id := NULL;
1449: ENG_GLOBALS.system_information.ECO_Name := NULL;
1450: */
1451:
1452: Eng_Globals.Set_Org_Id( p_org_id => NULL);
1453: Eng_Globals.Set_Eco_Name( p_eco_name => NULL);
1454:
1455: IF l_return_status <> 'S'
1456: THEN

Line 1453: Eng_Globals.Set_Eco_Name( p_eco_name => NULL);

1449: ENG_GLOBALS.system_information.ECO_Name := NULL;
1450: */
1451:
1452: Eng_Globals.Set_Org_Id( p_org_id => NULL);
1453: Eng_Globals.Set_Eco_Name( p_eco_name => NULL);
1454:
1455: IF l_return_status <> 'S'
1456: THEN
1457: -- Call Error Handler