DBA Data[Home] [Help]

APPS.ENG_ECO_PUB dependencies on ENG_GLOBALS

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

1319: END IF;
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

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

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

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

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

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

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

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

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

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

1452: ENG_GLOBALS.system_information.org_id := NULL;
1453: ENG_GLOBALS.system_information.ECO_Name := NULL;
1454: */
1455:
1456: Eng_Globals.Set_Org_Id( p_org_id => NULL);
1457: Eng_Globals.Set_Eco_Name( p_eco_name => NULL);
1458:
1459: IF l_return_status <> 'S'
1460: THEN

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

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