DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on STANDARD

Line 424: | These 2 OUT variables are the standard OUT variables |

420: | p_to_date IN VARCHAR2 can be NULL |
421: | |
422: | OUT : errbuf OUT NOCOPY VARCHAR2 |
423: | retcode OUT NOCOPY NUMBER |
424: | These 2 OUT variables are the standard OUT variables |
425: | that the conc program definition expects. |
426: | |
427: | NOTES : None |
428: +===========================================================================*/

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

636:
637: l_stmt_num := 5;
638:
639: debug(' l_stmt_num:'||l_stmt_num);
640: -- Standard call to check for call compatibility
641: IF NOT FND_API.Compatible_API_Call (
642: l_api_version,
643: p_api_version,
644: l_api_name,

Line 944: --- Standard check of p_commit

940: RAISE fnd_api.g_exc_unexpected_error;
941: END IF;
942: END IF;
943:
944: --- Standard check of p_commit
945: IF FND_API.to_Boolean(p_commit) THEN
946: COMMIT WORK;
947: END IF;
948: