DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on ENGECOBO

Line 14032: ENGECOBO.GLOBAL_CHANGE_ID,

14028: LAST_UPDATED_BY,
14029: LAST_UPDATE_LOGIN )
14030: values(
14031: l_new_prop_relation,
14032: ENGECOBO.GLOBAL_CHANGE_ID,
14033: 'PROPAGATED_TO',
14034: 'ENG_CHANGE',
14035: p_change_id,
14036: ENGECOBO.GLOBAL_ORG_ID,

Line 14036: ENGECOBO.GLOBAL_ORG_ID,

14032: ENGECOBO.GLOBAL_CHANGE_ID,
14033: 'PROPAGATED_TO',
14034: 'ENG_CHANGE',
14035: p_change_id,
14036: ENGECOBO.GLOBAL_ORG_ID,
14037: p_organization_id,
14038: null,
14039: null,
14040: sysdate,

Line 15016: IF (ENGECOBO.GLOBAL_CHANGE_ID <> -1)

15012:
15013: END;
15014: END IF;
15015: -- End changes for bug 3426896
15016: IF (ENGECOBO.GLOBAL_CHANGE_ID <> -1)
15017: THEN
15018: --relationship creation
15019: Create_Relation(
15020: p_change_id => l_eco_unexp_rec.change_id

Line 15025: -- Resetting the global value of ENGECOBO.GLOBAL_CHANGE_ID which is used to

15021: , p_organization_id => l_eco_unexp_rec.organization_id
15022: , x_Mesg_Token_Tbl => l_mesg_token_tbl
15023: , x_return_status => l_return_status);
15024: -- Fix for Bug 4517503
15025: -- Resetting the global value of ENGECOBO.GLOBAL_CHANGE_ID which is used to
15026: -- detaermine whether a relation is to be created or not.
15027: -- ECO BO is also being called by IOI in the same session when auto-enabling
15028: -- component items and since the value was retained , ended up creating a
15029: -- relationship for NIR.

Line 15031: ENGECOBO.GLOBAL_CHANGE_ID := -1;

15027: -- ECO BO is also being called by IOI in the same session when auto-enabling
15028: -- component items and since the value was retained , ended up creating a
15029: -- relationship for NIR.
15030: -- So as to avaoid this it has to be reset once the relation has been created.
15031: ENGECOBO.GLOBAL_CHANGE_ID := -1;
15032: -- End of Fix for Bug 4517503
15033:
15034: END IF;
15035: