DBA Data[Home] [Help]

APPS.CN_PAYMENT_SECURITY_PVT dependencies on STANDARD

Line 733: -- Standard Start of API savepoint

729: tlinfo2 cw%ROWTYPE;
730: err_num NUMBER;
731: l_has_access BOOLEAN;
732: BEGIN
733: -- Standard Start of API savepoint
734: SAVEPOINT payrun_action;
735:
736: -- Standard call to check for call compatibility.
737: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

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

732: BEGIN
733: -- Standard Start of API savepoint
734: SAVEPOINT payrun_action;
735:
736: -- Standard call to check for call compatibility.
737: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
738: THEN
739: RAISE fnd_api.g_exc_unexpected_error;
740: END IF;

Line 982: -- Standard check of p_commit.

978: END IF;
979: END IF;
980:
981: -- End of API body.
982: -- Standard check of p_commit.
983: IF fnd_api.to_boolean (p_commit)
984: THEN
985: COMMIT WORK;
986: END IF;

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

984: THEN
985: COMMIT WORK;
986: END IF;
987:
988: -- Standard call to get message count and if count is 1, get message info.
989: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false);
990: EXCEPTION
991: WHEN fnd_api.g_exc_error
992: THEN

Line 1085: -- Standard Start of API savepoint

1081: tlinfo2 cw%ROWTYPE;
1082: err_num NUMBER;
1083: l_has_access BOOLEAN;
1084: BEGIN
1085: -- Standard Start of API savepoint
1086: SAVEPOINT worksheet_action;
1087:
1088: -- Standard call to check for call compatibility.
1089: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)

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

1084: BEGIN
1085: -- Standard Start of API savepoint
1086: SAVEPOINT worksheet_action;
1087:
1088: -- Standard call to check for call compatibility.
1089: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name)
1090: THEN
1091: RAISE fnd_api.g_exc_unexpected_error;
1092: END IF;

Line 1573: -- Standard check of p_commit.

1569: END IF;
1570: END IF;
1571:
1572: -- End of API body.
1573: -- Standard check of p_commit.
1574: IF fnd_api.to_boolean (p_commit)
1575: THEN
1576: COMMIT WORK;
1577: END IF;

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

1575: THEN
1576: COMMIT WORK;
1577: END IF;
1578:
1579: -- Standard call to get message count and if count is 1, get message info.
1580: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data, p_encoded => fnd_api.g_false);
1581: EXCEPTION
1582: WHEN fnd_api.g_exc_error
1583: THEN