DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on STANDARD

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

488: X_errbuf := 'Another Costing Upgrade Manager is running. Check Request: '||l_reqid_count;
489: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
490: end if;
491:
492: -- Standard call to check for call compatibility
493: IF NOT FND_API.Compatible_API_Call (
494: l_api_version,
495: X_api_version,
496: l_api_name,

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

725: else
726: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
727: end if;
728:
729: -- Standard call to check for call compatibility
730: IF NOT FND_API.Compatible_API_Call (
731: l_api_version,
732: X_api_version,
733: l_api_name,

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

964: else
965: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
966: end if;
967:
968: -- Standard call to check for call compatibility
969: IF NOT FND_API.Compatible_API_Call (
970: l_api_version,
971: X_api_version,
972: l_api_name,

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

1202: else
1203: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
1204: end if;
1205:
1206: -- Standard call to check for call compatibility
1207: IF NOT FND_API.Compatible_API_Call (
1208: l_api_version,
1209: X_api_version,
1210: l_api_name,

Line 2354: 'STANDARD',

2350: 'A',
2351: gl_transfer_status_code,
2352: gl_transfer_date,
2353: 'F',
2354: 'STANDARD',
2355: creation_date,
2356: created_by,
2357: last_update_date,
2358: last_updated_by,

Line 3136: 'STANDARD',

3132: 'A',
3133: GL_TRANSFER_STATUS_CODE,
3134: gl_transfer_date,
3135: 'F',
3136: 'STANDARD',
3137: creation_date,
3138: created_by,
3139: last_update_date,
3140: last_updated_by,

Line 3735: 'STANDARD',

3731: DOC_SEQUENCE_VALUE,
3732: GL_TRANSFER_STATUS_CODE,
3733: DATE_CREATED_IN_GL,
3734: 'F',
3735: 'STANDARD',
3736: creation_date,
3737: created_by,
3738: last_update_date,
3739: last_updated_by,