DBA Data[Home] [Help]

APPS.ASO_CONTRACT_TERMS_INT dependencies on STANDARD

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

84: AND quote.quote_header_id = p_doc_id;
85:
86: BEGIN
87:
88: -- Standard call to check for call compatibility.
89: IF NOT fnd_api.compatible_api_call (
90: l_api_version,
91: p_api_version,
92: l_api_name,

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

370: 1,
371: 'Y');
372: END IF;
373:
374: -- Standard call to get message count and if count is 1, get message info.
375: fnd_msg_pub.count_and_get (
376: p_count => x_msg_count,
377: p_data => x_msg_data
378: );

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

397: l_table l_table_type;
398:
399: BEGIN
400:
401: -- Standard call to check for call compatibility.
402: IF NOT fnd_api.compatible_api_call (
403: l_api_version,
404: p_api_version,
405: l_api_name,

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

509: 1,
510: 'Y');
511: END IF;
512:
513: -- Standard call to get message count and if count is 1, get message info.
514: fnd_msg_pub.count_and_get (
515: p_count => x_msg_count,
516: p_data => x_msg_data
517: );

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

547: AND quote.quote_status_id = status.quote_status_id;
548:
549: BEGIN
550:
551: -- Standard call to check for call compatibility.
552: IF NOT fnd_api.compatible_api_call (
553: l_api_version,
554: p_api_version,
555: l_api_name,

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

663: 1,
664: 'Y');
665: END IF;
666:
667: -- Standard call to get message count and if count is 1, get message info.
668: fnd_msg_pub.count_and_get (
669: p_count => x_msg_count,
670: p_data => x_msg_data
671: );