DBA Data[Home] [Help]

APPS.CN_PRD_QUOTA_PUB dependencies on STANDARD

Line 81: -- Standard Start of API savepoint

77: l_dist_rule_code VARCHAR2 (30);
78: l_period_type_code VARCHAR2 (30);
79: l_period_performance_goal NUMBER;
80: BEGIN
81: -- Standard Start of API savepoint
82: SAVEPOINT get_prd_quota_year;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

Line 84: -- Standard call to check for call compatibility.

80: BEGIN
81: -- Standard Start of API savepoint
82: SAVEPOINT get_prd_quota_year;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
86: THEN
87: RAISE fnd_api.g_exc_unexpected_error;
88: END IF;

Line 173: -- Standard check of p_commit.

169: END LOOP;
170: END LOOP;
171:
172: -- End of API body.
173: -- Standard check of p_commit.
174: IF fnd_api.to_boolean (p_commit)
175: THEN
176: COMMIT WORK;
177: END IF;

Line 179: -- Standard call to get message count and if count is 1, get message info.

175: THEN
176: COMMIT WORK;
177: END IF;
178:
179: -- Standard call to get message count and if count is 1, get message info.
180: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false);
181: EXCEPTION
182: WHEN fnd_api.g_exc_error
183: THEN

Line 291: -- Standard Start of API savepoint

287: f_period_quota_info_rec CN_PERIOD_QUOTAS%ROWTYPE;
288:
289:
290: BEGIN
291: -- Standard Start of API savepoint
292: SAVEPOINT Distribute_Prd_Quota;
293: -- Standard call to check for call compatibility.
294: IF NOT FND_API.Compatible_API_Call
295: (l_api_version ,

Line 293: -- Standard call to check for call compatibility.

289:
290: BEGIN
291: -- Standard Start of API savepoint
292: SAVEPOINT Distribute_Prd_Quota;
293: -- Standard call to check for call compatibility.
294: IF NOT FND_API.Compatible_API_Call
295: (l_api_version ,
296: p_api_version ,
297: l_api_name ,

Line 440: ,x_payment_group_code => 'STANDARD'

436: ,x_attribute12 => f_quota_row_rec.attribute12
437: ,x_attribute13 => f_quota_row_rec.attribute13
438: ,x_attribute14 => f_quota_row_rec.attribute14
439: ,x_attribute15 => f_quota_row_rec.attribute15
440: ,x_payment_group_code => 'STANDARD'
441: ,x_indirect_credit => f_quota_row_rec.indirect_credit
442: ,x_org_id=> f_quota_row_rec.org_id
443: ,x_salesrep_end_flag => f_quota_row_rec.salesreps_enddated_flag
444: );

Line 533: ,x_payment_group_code => 'STANDARD'

529: ,x_attribute12 => f_quota_row_rec.attribute12
530: ,x_attribute13 => f_quota_row_rec.attribute13
531: ,x_attribute14 => f_quota_row_rec.attribute14
532: ,x_attribute15 => f_quota_row_rec.attribute15
533: ,x_payment_group_code => 'STANDARD'
534: ,x_indirect_credit => f_quota_row_rec.indirect_credit
535: ,x_org_id=> f_quota_row_rec.org_id
536: ,x_salesrep_end_flag => f_quota_row_rec.salesreps_enddated_flag
537: );

Line 620: ,x_payment_group_code => 'STANDARD'

616: ,x_attribute12 => f_quota_row_rec.attribute12
617: ,x_attribute13 => f_quota_row_rec.attribute13
618: ,x_attribute14 => f_quota_row_rec.attribute14
619: ,x_attribute15 => f_quota_row_rec.attribute15
620: ,x_payment_group_code => 'STANDARD'
621: ,x_indirect_credit => f_quota_row_rec.indirect_credit
622: ,x_org_id=> f_quota_row_rec.org_id
623: ,x_salesrep_end_flag => f_quota_row_rec.salesreps_enddated_flag
624: );

Line 736: -- Standard check of p_commit.

732:
733:
734:
735: -- End of API body.
736: -- Standard check of p_commit.
737: IF FND_API.To_Boolean( p_commit ) THEN
738: COMMIT WORK;
739: END IF;
740: -- Standard call to get message count and if count is 1, get message info.

Line 740: -- Standard call to get message count and if count is 1, get message info.

736: -- Standard check of p_commit.
737: IF FND_API.To_Boolean( p_commit ) THEN
738: COMMIT WORK;
739: END IF;
740: -- Standard call to get message count and if count is 1, get message info.
741: FND_MSG_PUB.Count_And_Get
742: (p_count => x_msg_count ,
743: p_data => x_msg_data ,
744: p_encoded => FND_API.G_FALSE );