DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on STANDARD

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

534: --
535: BEGIN
536: --
537: SAVEPOINT Get_Entitlements_Pvt;
538: -- Standard call to check for call compatibility.
539: IF NOT Fnd_Api.Compatible_API_Call
540: (l_api_version_number,
541: p_api_version_number,
542: l_api_name,

Line 595: -- Standard check for p_commit

591: END IF ;
592: --
593: -- End of API body.
594: --
595: -- Standard check for p_commit
596: IF Fnd_Api.to_Boolean(p_commit)
597: THEN
598: COMMIT WORK;
599: END IF;

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

596: IF Fnd_Api.to_Boolean(p_commit)
597: THEN
598: COMMIT WORK;
599: END IF;
600: -- Standard call to get message count and if count is 1, get message info.
601: Fnd_Msg_Pub.Count_And_Get
602: (p_count => x_msg_count,
603: p_data => x_msg_data
604: );

Line 1743: -- standard API compatibility check.

1739: l_un_rcvd_lines_exists varchar2(3);
1740:
1741: begin
1742:
1743: -- standard API compatibility check.
1744: IF NOT Fnd_Api.Compatible_API_Call
1745: (lc_api_version_number,
1746: p_api_version,
1747: lc_api_name,

Line 1973: -- standard API compatibility check.

1969: lc_api_version_number number := 1.0;
1970: lc_api_name varchar2(60) := 'default_ro_attrs_from_rule';
1971:
1972: BEGIN
1973: -- standard API compatibility check.
1974: if NOT FND_API.Compatible_API_Call
1975: (lc_api_version_number,
1976: p_api_version,
1977: lc_api_name,