DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on STANDARD

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

431: | p_to_date IN VARCHAR2 can be NULL |
432: | |
433: | OUT : errbuf OUT NOCOPY VARCHAR2 |
434: | retcode OUT NOCOPY NUMBER |
435: | These 2 OUT variables are the standard OUT variables |
436: | that the conc program definition expects. |
437: | |
438: | NOTES : None |
439: +===========================================================================*/

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

620:
621: l_stmt_num := 5;
622:
623: debug(' l_stmt_num:'||l_stmt_num);
624: -- Standard call to check for call compatibility
625: IF NOT FND_API.Compatible_API_Call (
626: l_api_version,
627: p_api_version,
628: l_api_name,

Line 920: --- Standard check of p_commit

916: debug(' x_return_status : '||l_err_status );
917: RAISE fnd_api.g_exc_unexpected_error;
918: END IF;
919:
920: --- Standard check of p_commit
921: IF FND_API.to_Boolean(p_commit) THEN
922: COMMIT WORK;
923: END IF;
924: