DBA Data[Home] [Help]

APPS.CN_SRP_PERIOD_QUOTAS_PKG dependencies on FND_GLOBAL

Line 476: l_user_id := fnd_global.user_id;

472: l_number_dim NUMBER;
473:
474: BEGIN
475:
476: l_user_id := fnd_global.user_id;
477: l_resp_id := fnd_global.resp_id;
478: l_login_id := fnd_global.login_id;
479:
480: IF x_srp_plan_assign_id IS NOT NULL AND x_quota_id IS NULL THEN

Line 477: l_resp_id := fnd_global.resp_id;

473:
474: BEGIN
475:
476: l_user_id := fnd_global.user_id;
477: l_resp_id := fnd_global.resp_id;
478: l_login_id := fnd_global.login_id;
479:
480: IF x_srp_plan_assign_id IS NOT NULL AND x_quota_id IS NULL THEN
481: -- A new plan is assigned to a salesrep

Line 478: l_login_id := fnd_global.login_id;

474: BEGIN
475:
476: l_user_id := fnd_global.user_id;
477: l_resp_id := fnd_global.resp_id;
478: l_login_id := fnd_global.login_id;
479:
480: IF x_srp_plan_assign_id IS NOT NULL AND x_quota_id IS NULL THEN
481: -- A new plan is assigned to a salesrep
482: -- case 1: callled from cn_srp_quota_assigns_pkg

Line 1422: l_user_id := fnd_global.user_id;

1418: and cq.calc_formula_id = ccf.calc_formula_id ;
1419:
1420: l_count NUMBER;
1421: BEGIN
1422: l_user_id := fnd_global.user_id;
1423:
1424: l_login_id := fnd_global.login_id;
1425:
1426: IF x_operation = 'INSERT' THEN

Line 1424: l_login_id := fnd_global.login_id;

1420: l_count NUMBER;
1421: BEGIN
1422: l_user_id := fnd_global.user_id;
1423:
1424: l_login_id := fnd_global.login_id;
1425:
1426: IF x_operation = 'INSERT' THEN
1427: -- get number dim if necessary
1428: IF x_number_dim = fnd_api.g_miss_num THEN