DBA Data[Home] [Help]

APPS.CN_PAYGROUP_PUB dependencies on STANDARD

Line 74: -- Standard Start of API savepoint

70: and org_id = x_org_id
71: ORDER BY name;
72:
73: BEGIN
74: -- Standard Start of API savepoint
75: SAVEPOINT Get_Pay_Group_Sum;
76: -- Standard call to check for call compatibility.
77: IF NOT FND_API.Compatible_API_Call
78: (l_api_version ,

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

72:
73: BEGIN
74: -- Standard Start of API savepoint
75: SAVEPOINT Get_Pay_Group_Sum;
76: -- Standard call to check for call compatibility.
77: IF NOT FND_API.Compatible_API_Call
78: (l_api_version ,
79: p_api_version ,
80: l_api_name ,

Line 131: -- Standard check of p_commit.

127: END IF;
128: END LOOP;
129:
130: -- End of API body.
131: -- Standard check of p_commit.
132: IF FND_API.To_Boolean( p_commit ) THEN
133: COMMIT WORK;
134: END IF;
135: -- Standard call to get message count and if count is 1, get message info.

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

131: -- Standard check of p_commit.
132: IF FND_API.To_Boolean( p_commit ) THEN
133: COMMIT WORK;
134: END IF;
135: -- Standard call to get message count and if count is 1, get message info.
136: FND_MSG_PUB.Count_And_Get
137: (p_count => x_msg_count ,
138: p_data => x_msg_data ,
139: p_encoded => FND_API.G_FALSE );

Line 275: -- Standard Start of API savepoint

271: l_pay_group_id NUMBER;
272: L_PKG_NAME CONSTANT VARCHAR2(30) := 'CN_PayGroup_PUB';
273: BEGIN
274:
275: -- Standard Start of API savepoint
276:
277: SAVEPOINT Create_PayGroup;
278:
279:

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

276:
277: SAVEPOINT Create_PayGroup;
278:
279:
280: -- Standard call to check for call compatibility.
281:
282: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
283: p_api_version ,
284: l_api_name ,

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

363: x_loading_status => x_loading_status,
364: x_status => x_status
365: );
366:
367: -- Standard call to get message count and if count is 1, get message info.
368:
369: FND_MSG_PUB.Count_And_Get
370: (
371: p_count => x_msg_count ,

Line 449: -- Standard Start of API savepoint

445: l_pay_group_id NUMBER;
446:
447: BEGIN
448:
449: -- Standard Start of API savepoint
450:
451: SAVEPOINT Update_PayGroup;
452:
453: -- Standard call to check for call compatibility.

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

449: -- Standard Start of API savepoint
450:
451: SAVEPOINT Update_PayGroup;
452:
453: -- Standard call to check for call compatibility.
454:
455: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
456: p_api_version ,
457: l_api_name ,

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

548: x_status => x_status,
549: x_loading_status => x_loading_status
550: );
551:
552: -- Standard call to get message count and if count is 1, get message info.
553:
554: FND_MSG_PUB.Count_And_Get
555: (
556: p_count => x_msg_count ,

Line 629: -- Standard Start of API savepoint

625: l_pay_group_id NUMBER;
626:
627: BEGIN
628: --
629: -- Standard Start of API savepoint
630: --
631: SAVEPOINT Delete_PayGroup ;
632: --
633: -- Standard call to check for call compatibility.

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

629: -- Standard Start of API savepoint
630: --
631: SAVEPOINT Delete_PayGroup ;
632: --
633: -- Standard call to check for call compatibility.
634: --
635: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
636: p_api_version ,
637: l_api_name ,

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

713: x_status => x_status,
714: x_loading_status => x_loading_status
715: );
716:
717: -- Standard call to get message count and if count is 1, get message info.
718:
719: FND_MSG_PUB.Count_And_Get
720: (
721: p_count => x_msg_count ,