DBA Data[Home] [Help]

APPS.OZF_THRESHOLD_PVT dependencies on OZF_QUOTA_THRESHOLD_PVT

Line 1299: OZF_QUOTA_THRESHOLD_PVT.validate_quota_threshold(

1295: OZF_UTILITY_PVT.debug_message( 'Start of Quota Threshold ........ ');
1296:
1297: FND_FILE.PUT_LINE(FND_FILE.LOG, 'End of Budget Threshold ........ ');
1298: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Start of Quota Threshold ........ ');
1299: OZF_QUOTA_THRESHOLD_PVT.validate_quota_threshold(
1300: x_errbuf => l_errbuf,
1301: x_retcode => l_retcode);
1302: IF l_retcode <> 0 THEN
1303: x_errbuf := l_errbuf;