DBA Data[Home] [Help]

APPS.CN_SRP_PAYEE_ASSIGNS_PVT dependencies on STANDARD

Line 489: -- Standard Start of API savepoint

485: l_note_id NUMBER;
486:
487: BEGIN
488: --+
489: -- Standard Start of API savepoint
490: --+
491: SAVEPOINT Create_Srp_Payee_Assigns;
492: --+
493: -- Standard call to check for call compatibility.

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

489: -- Standard Start of API savepoint
490: --+
491: SAVEPOINT Create_Srp_Payee_Assigns;
492: --+
493: -- Standard call to check for call compatibility.
494: --+
495: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
496: p_api_version ,
497: l_api_name ,

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

612: IF FND_API.To_Boolean( p_commit ) THEN
613: COMMIT WORK;
614: END IF;
615: --+
616: -- Standard call to get message count and if count is 1, get message info.
617: --+
618: FND_MSG_PUB.Count_And_Get
619: (
620: p_count => x_msg_count ,

Line 725: -- Standard Start of API savepoint

721: l_event_name VARCHAR2(80);
722: l_notemsg VARCHAR2(2000);
723:
724: BEGIN
725: -- Standard Start of API savepoint
726: SAVEPOINT update_srp_payee_assigns;
727:
728: -- Standard call to check for call compatibility.
729: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

724: BEGIN
725: -- Standard Start of API savepoint
726: SAVEPOINT update_srp_payee_assigns;
727:
728: -- Standard call to check for call compatibility.
729: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
730: p_api_version ,
731: l_api_name ,
732: G_PKG_NAME )

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

916: IF FND_API.To_Boolean( p_commit ) THEN
917: COMMIT WORK;
918: END IF;
919: --+
920: -- Standard call to get message count and if count is 1, get message info.
921: --+
922: FND_MSG_PUB.Count_And_Get
923: (
924: p_count => x_msg_count ,

Line 1097: -- Standard Start of API savepoint

1093: l_payee_id NUMBER;
1094: l_payee_name cn_salesreps.name%TYPE;
1095:
1096: BEGIN
1097: -- Standard Start of API savepoint
1098: SAVEPOINT delete_srp_payee_assigns;
1099:
1100: -- Standard call to check for call compatibility.
1101: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

1096: BEGIN
1097: -- Standard Start of API savepoint
1098: SAVEPOINT delete_srp_payee_assigns;
1099:
1100: -- Standard call to check for call compatibility.
1101: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1102: p_api_version ,
1103: l_api_name ,
1104: G_PKG_NAME )

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

1180: IF FND_API.To_Boolean( p_commit ) THEN
1181: COMMIT WORK;
1182: END IF;
1183: --+
1184: -- Standard call to get message count and if count is 1, get message info.
1185: --+
1186: FND_MSG_PUB.Count_And_Get
1187: (
1188: p_count => x_msg_count ,