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 878: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'UPDATE',

874: THEN
875: RAISE fnd_api.g_exc_error;
876: ELSIF x_loading_status = 'CN_UPDATED'
877: THEN
878: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'UPDATE',
879: x_org_id => l_pe_rec.org_id,
880: x_quota_rule_uplift_id => p_rev_uplift_rec_tbl (i).quota_rule_uplift_id,
881: x_quota_rule_id => l_pe_rec.quota_rule_id,
882: x_quota_rule_id_old => l_pe_rec.quota_rule_id,

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

1107: THEN
1108: RAISE fnd_api.g_exc_error;
1109: ELSIF x_loading_status = 'CN_DELETED'
1110: THEN
1111: cn_quota_rule_uplifts_pkg.begin_record (x_operation => 'DELETE',
1112: x_org_id => l_pe_rec.org_id,
1113: x_quota_rule_uplift_id => l_quota_rule_uplift_id,
1114: x_quota_rule_id => NULL,
1115: x_quota_rule_id_old => NULL,