DBA Data[Home] [Help]

APPS.CN_QUOTA_PAY_ELEMENTS_PVT dependencies on STANDARD

Line 619: -- Standard Start of API savepoint

615: l_end_date cn_srp_pmt_plans.end_date%TYPE;
616: l_action VARCHAR2(30) := 'CREATE';
617:
618: BEGIN
619: -- Standard Start of API savepoint
620: SAVEPOINT Create_quota_pay_element;
621: -- Standard call to check for call compatibility.
622: IF NOT FND_API.compatible_api_call
623: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

617:
618: BEGIN
619: -- Standard Start of API savepoint
620: SAVEPOINT Create_quota_pay_element;
621: -- Standard call to check for call compatibility.
622: IF NOT FND_API.compatible_api_call
623: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
624: THEN
625: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 729: -- Standard check of p_commit.

725: --
726: -- End of API body.
727: --
728:
729: -- Standard check of p_commit.
730: IF FND_API.To_Boolean( p_commit ) THEN
731: COMMIT WORK;
732: END IF;
733: -- Standard call to get message count and if count is 1, get message info.

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

729: -- Standard check of p_commit.
730: IF FND_API.To_Boolean( p_commit ) THEN
731: COMMIT WORK;
732: END IF;
733: -- Standard call to get message count and if count is 1, get message info.
734: FND_MSG_PUB.Count_And_Get
735: (
736: p_count => x_msg_count ,
737: p_data => x_msg_data ,

Line 807: -- Standard Start of API savepoint

803: l_action VARCHAR2(30) := 'UPDATE';
804:
805: BEGIN
806:
807: -- Standard Start of API savepoint
808: SAVEPOINT Update_quota_pay_element;
809: -- Standard call to check for call compatibility.
810: IF NOT FND_API.compatible_api_call
811: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

805: BEGIN
806:
807: -- Standard Start of API savepoint
808: SAVEPOINT Update_quota_pay_element;
809: -- Standard call to check for call compatibility.
810: IF NOT FND_API.compatible_api_call
811: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
812: THEN
813: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 904: -- Standard check of p_commit.

900: ,p_last_updated_by => G_LAST_UPDATED_BY
901: ,p_last_update_login => G_LAST_UPDATE_LOGIN
902: );
903: END IF;
904: -- Standard check of p_commit.
905: IF FND_API.To_Boolean( p_commit ) THEN
906: COMMIT WORK;
907: END IF;
908: -- Standard call to get message count and if count is 1, get message info.

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

904: -- Standard check of p_commit.
905: IF FND_API.To_Boolean( p_commit ) THEN
906: COMMIT WORK;
907: END IF;
908: -- Standard call to get message count and if count is 1, get message info.
909: FND_MSG_PUB.Count_And_Get
910: (
911: p_count => x_msg_count ,
912: p_data => x_msg_data ,

Line 973: -- Standard Start of API savepoint

969: l_api_version CONSTANT NUMBER := 1.0;
970:
971: BEGIN
972:
973: -- Standard Start of API savepoint
974: SAVEPOINT Delete_Quota_Pay_element;
975:
976: -- Standard call to check for call compatibility.
977: IF NOT FND_API.compatible_api_call

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

972:
973: -- Standard Start of API savepoint
974: SAVEPOINT Delete_Quota_Pay_element;
975:
976: -- Standard call to check for call compatibility.
977: IF NOT FND_API.compatible_api_call
978: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
979: THEN
980: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1019: -- Standard check of p_commit.

1015: (p_quota_pay_element_id =>p_quota_pay_element_id);
1016: --
1017: -- End of API body.
1018: --
1019: -- Standard check of p_commit.
1020: IF FND_API.To_Boolean( p_commit ) THEN
1021: COMMIT WORK;
1022: END IF;
1023: -- Standard call to get message count and if count is 1, get message info.

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

1019: -- Standard check of p_commit.
1020: IF FND_API.To_Boolean( p_commit ) THEN
1021: COMMIT WORK;
1022: END IF;
1023: -- Standard call to get message count and if count is 1, get message info.
1024: FND_MSG_PUB.Count_And_Get
1025: (
1026: p_count => x_msg_count ,
1027: p_data => x_msg_data ,

Line 1163: -- Standard Start of API savepoint

1159:
1160: BEGIN
1161:
1162: --
1163: -- Standard Start of API savepoint
1164: --
1165: SAVEPOINT Get_quota_pay_element;
1166: --
1167: -- Standard call to check for call compatibility.

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

1163: -- Standard Start of API savepoint
1164: --
1165: SAVEPOINT Get_quota_pay_element;
1166: --
1167: -- Standard call to check for call compatibility.
1168: --
1169: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1170: p_api_version ,
1171: l_api_name ,

Line 1271: -- Standard check of p_commit.

1267: x_loading_status := 'SELECTED';
1268:
1269: -- End of API body.
1270:
1271: -- Standard check of p_commit.
1272: IF FND_API.To_Boolean( p_commit ) THEN
1273: COMMIT WORK;
1274: END IF;
1275: FND_MSG_PUB.Count_And_Get