DBA Data[Home] [Help]

APPS.CN_QUOTA_RULE_UPLIFTS_GRP dependencies on CN_QUOTA_RULE_UPLIFTS_PKG

Line 669: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'INSERT',

665: THEN
666: RAISE fnd_api.g_exc_error;
667: ELSIF x_loading_status <> 'QUOTA_UPLIFT_EXISTS'
668: THEN
669: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'INSERT',
670: x_org_id => l_pe_rec.org_id,
671: x_quota_rule_uplift_id => p_rev_uplift_rec_tbl (i).quota_rule_uplift_id,
672: x_quota_rule_id => l_pe_rec.quota_rule_id,
673: x_quota_rule_id_old => l_pe_rec.quota_rule_id,

Line 896: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'UPDATE',

892: THEN
893: RAISE fnd_api.g_exc_error;
894: ELSIF x_loading_status = 'CN_UPDATED'
895: THEN
896: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'UPDATE',
897: x_org_id => l_pe_rec.org_id,
898: x_quota_rule_uplift_id => p_rev_uplift_rec_tbl (i).quota_rule_uplift_id,
899: x_quota_rule_id => l_pe_rec.quota_rule_id,
900: x_quota_rule_id_old => l_pe_rec.quota_rule_id,

Line 1129: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'DELETE',

1125: THEN
1126: RAISE fnd_api.g_exc_error;
1127: ELSIF x_loading_status = 'CN_DELETED'
1128: THEN
1129: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'DELETE',
1130: x_org_id => l_pe_rec.org_id,
1131: x_quota_rule_uplift_id => l_quota_rule_uplift_id,
1132: x_quota_rule_id => NULL,
1133: x_quota_rule_id_old => NULL,