DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on STANDARD

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

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

Line 597: -- Standard check for p_commit

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

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

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

Line 1773: -- standard API compatibility check.

1769: l_un_rcvd_lines_exists varchar2(3);
1770:
1771: begin
1772:
1773: -- standard API compatibility check.
1774: IF NOT Fnd_Api.Compatible_API_Call
1775: (lc_api_version_number,
1776: p_api_version,
1777: lc_api_name,

Line 2003: -- standard API compatibility check.

1999: lc_api_version_number number := 1.0;
2000: lc_api_name varchar2(60) := 'default_ro_attrs_from_rule';
2001:
2002: BEGIN
2003: -- standard API compatibility check.
2004: if NOT FND_API.Compatible_API_Call
2005: (lc_api_version_number,
2006: p_api_version,
2007: lc_api_name,

Line 2308: -- standard check.

2304: x_op_created VARCHAR2(1);
2305:
2306: begin
2307: savepoint create_requisition;
2308: -- standard check.
2309: IF (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2310: FND_LOG.STRING(FND_LOG.LEVEL_EVENT,lc_mod_name,'Begin Create_requisition');
2311: END IF;
2312:

Line 3160: -- standard check.

3156: fnd_log.string(fnd_log.level_statement, lc_mod_name, 'The passed parameters are :');
3157: fnd_log.string(fnd_log.level_statement, lc_mod_name, 'p_order_line_id => '||p_order_line_id);
3158: END IF;
3159:
3160: -- standard check.
3161: IF NOT fnd_api.compatible_api_call(
3162: lc_api_version,
3163: p_api_version_number,
3164: lc_api_name,

Line 3717: -- standard check.

3713: fnd_log.string(fnd_log.level_statement, lc_mod_name, 'p_relationship_type => '||p_relationship_type);
3714: END IF;
3715:
3716:
3717: -- standard check.
3718: IF NOT fnd_api.compatible_api_call(
3719: lc_api_version,
3720: p_api_version_number,
3721: lc_api_name,