DBA Data[Home] [Help]

APPS.CN_SRP_RATE_ASSIGNS_PKG dependencies on FND_GLOBAL

Line 166: l_user_id := fnd_global.user_id;

162: l_resp_id NUMBER(15);
163: l_login_id NUMBER(15);
164: BEGIN
165:
166: l_user_id := fnd_global.user_id;
167: l_resp_id := fnd_global.resp_id;
168: l_login_id := fnd_global.login_id;
169:
170: -- in all cases, only insert if customized_flag = 'Y' - bugfix 3204833

Line 167: l_resp_id := fnd_global.resp_id;

163: l_login_id NUMBER(15);
164: BEGIN
165:
166: l_user_id := fnd_global.user_id;
167: l_resp_id := fnd_global.resp_id;
168: l_login_id := fnd_global.login_id;
169:
170: -- in all cases, only insert if customized_flag = 'Y' - bugfix 3204833
171: -- +

Line 168: l_login_id := fnd_global.login_id;

164: BEGIN
165:
166: l_user_id := fnd_global.user_id;
167: l_resp_id := fnd_global.resp_id;
168: l_login_id := fnd_global.login_id;
169:
170: -- in all cases, only insert if customized_flag = 'Y' - bugfix 3204833
171: -- +
172: IF x_srp_plan_assign_id IS NOT NULL THEN