DBA Data[Home] [Help]

APPS.RCV_ACCRUALACCOUNTING_GRP dependencies on STANDARD

Line 125: -- Standard start of API savepoint

121:
122: BEGIN
123: l_return_status := fnd_api.g_ret_sts_success;
124:
125: -- Standard start of API savepoint
126: SAVEPOINT Create_AccountingEvents_GRP;
127:
128: l_stmt_num := 0;
129:

Line 137: -- Standard call to check for call compatibility

133: ,'Create_AccountingEvents <<');
134: END IF;
135: END IF;
136:
137: -- Standard call to check for call compatibility
138: IF NOT FND_API.Compatible_API_Call (
139: l_api_version,
140: p_api_version,
141: l_api_name,

Line 346: --- Standard check of p_commit

342: END IF;
343: RAISE FND_API.g_exc_unexpected_error;
344: END IF;
345:
346: --- Standard check of p_commit
347: IF FND_API.to_Boolean(p_commit) THEN
348: COMMIT WORK;
349: END IF;
350:

Line 351: -- Standard Call to get message count and if count = 1, get message info

347: IF FND_API.to_Boolean(p_commit) THEN
348: COMMIT WORK;
349: END IF;
350:
351: -- Standard Call to get message count and if count = 1, get message info
352: FND_MSG_PUB.Count_And_Get (
353: p_count => x_msg_count,
354: p_data => x_msg_data );
355:

Line 532: -- Standard start of API savepoint

528: l_cnt NUMBER := 0;
529:
530: BEGIN
531: l_return_status := fnd_api.g_ret_sts_success;
532: -- Standard start of API savepoint
533: SAVEPOINT Create_InterCompanyEvents_GRP;
534:
535: l_stmt_num := 0;
536:

Line 544: -- Standard call to check for call compatibility

540: ,'Create_InterCompanyEvents <<');
541: END IF;
542: END IF;
543:
544: -- Standard call to check for call compatibility
545: IF NOT FND_API.Compatible_API_Call (
546: l_api_version,
547: p_api_version,
548: l_api_name,

Line 613: --- Standard check of p_commit

609: END LOOP;
610:
611: END IF;
612:
613: --- Standard check of p_commit
614: IF FND_API.to_Boolean(p_commit) THEN
615: COMMIT WORK;
616: END IF;
617:

Line 619: -- Standard Call to get message count and if count = 1, get message info

615: COMMIT WORK;
616: END IF;
617:
618:
619: -- Standard Call to get message count and if count = 1, get message info
620: FND_MSG_PUB.Count_And_Get (
621: p_count => x_msg_count,
622: p_data => x_msg_data );
623:

Line 758: -- Standard start of API savepoint

754: l_pLog constant boolean := l_uLog and (FND_LOG.LEVEL_PROCEDURE >= G_LOG_LEVEL);
755:
756: BEGIN
757: l_return_status := fnd_api.g_ret_sts_success;
758: -- Standard start of API savepoint
759: SAVEPOINT Get_InvTransactionInfo_GRP;
760:
761: l_stmt_num := 0;
762:

Line 770: -- Standard call to check for call compatibility

766: ,'Get_InvTransactionInfo <<');
767: END IF;
768: END IF;
769:
770: -- Standard call to check for call compatibility
771: IF NOT FND_API.Compatible_API_Call (
772: l_api_version,
773: p_api_version,
774: l_api_name,

Line 806: --- Standard check of p_commit

802: x_currency_conversion_date => x_currency_conversion_date,
803: x_currency_conversion_type => x_currency_conversion_type,
804: x_distribution_acct_id => x_distribution_acct_id);
805:
806: --- Standard check of p_commit
807: IF FND_API.to_Boolean(p_commit) THEN
808: COMMIT WORK;
809: END IF;
810:

Line 811: -- Standard Call to get message count and if count = 1, get message info

807: IF FND_API.to_Boolean(p_commit) THEN
808: COMMIT WORK;
809: END IF;
810:
811: -- Standard Call to get message count and if count = 1, get message info
812: FND_MSG_PUB.Count_And_Get (
813: p_count => x_msg_count,
814: p_data => x_msg_data );
815: