DBA Data[Home] [Help]

APPS.AMW_CONSTRAINT_PVT dependencies on FND_GLOBAL

Line 2893: -- store the request_id getting from FND_GLOBAL

2889: -- store the violation_id getting from AMW_VIOLATION_S
2890: l_violation_id NUMBER := NULL;
2891: l_row_id VARCHAR2(32767); -- 11.17.2003 tsho: need to check out
2892:
2893: -- store the request_id getting from FND_GLOBAL
2894: l_request_id NUMBER := FND_GLOBAL.CONC_REQUEST_ID;
2895:
2896: -- get violation_id from AMW_VIOLATION_S
2897: CURSOR c_violation_id IS

Line 2894: l_request_id NUMBER := FND_GLOBAL.CONC_REQUEST_ID;

2890: l_violation_id NUMBER := NULL;
2891: l_row_id VARCHAR2(32767); -- 11.17.2003 tsho: need to check out
2892:
2893: -- store the request_id getting from FND_GLOBAL
2894: l_request_id NUMBER := FND_GLOBAL.CONC_REQUEST_ID;
2895:
2896: -- get violation_id from AMW_VIOLATION_S
2897: CURSOR c_violation_id IS
2898: SELECT AMW_VIOLATION_S.NEXTVAL

Line 2975: -- 05.20.2005 tsho: store the request_id getting from FND_GLOBAL

2971: l_reval_requested_by_id NUMBER := NULL;
2972:
2973:
2974:
2975: -- 05.20.2005 tsho: store the request_id getting from FND_GLOBAL
2976: l_request_id NUMBER := FND_GLOBAL.CONC_REQUEST_ID;
2977:
2978: -- get violator_num from AMW_VIOLATION_USERS
2979: -- 01.06.2005 tsho: starting from AMW.D, consider waivers

Line 2976: l_request_id NUMBER := FND_GLOBAL.CONC_REQUEST_ID;

2972:
2973:
2974:
2975: -- 05.20.2005 tsho: store the request_id getting from FND_GLOBAL
2976: l_request_id NUMBER := FND_GLOBAL.CONC_REQUEST_ID;
2977:
2978: -- get violator_num from AMW_VIOLATION_USERS
2979: -- 01.06.2005 tsho: starting from AMW.D, consider waivers
2980: CURSOR c_violator_num (l_violation_id IN NUMBER) IS