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 553: -- Standard call to check for call compatibility.

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

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

682: 1,
683: 'Y');
684: END IF;
685:
686: -- Standard call to get message count and if count is 1, get message info.
687: fnd_msg_pub.count_and_get (
688: p_count => x_msg_count,
689: p_data => x_msg_data
690: );