DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on STANDARD

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

137: if (l_reqid_count<>nvl(fnd_global.conc_request_id, -1)) then
138: raise CST_UPGRADE_RUNNING;
139: end if;
140:
141: -- Standard call to check for call compatibility
142: IF NOT FND_API.Compatible_API_Call (
143: l_api_version,
144: X_api_version,
145: l_api_name,

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

444: if (nvl(fnd_global.conc_request_id, -1) < 0) then
445: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
446: end if;
447:
448: -- Standard call to check for call compatibility
449: IF NOT FND_API.Compatible_API_Call (
450: l_api_version,
451: X_api_version,
452: l_api_name,

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

667: if (nvl(fnd_global.conc_request_id, -1) < 0) then
668: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
669: end if;
670:
671: -- Standard call to check for call compatibility
672: IF NOT FND_API.Compatible_API_Call (
673: l_api_version,
674: X_api_version,
675: l_api_name,

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

889: if (nvl(fnd_global.conc_request_id, -1) < 0) then
890: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
891: end if;
892:
893: -- Standard call to check for call compatibility
894: IF NOT FND_API.Compatible_API_Call (
895: l_api_version,
896: X_api_version,
897: l_api_name,

Line 2074: 'STANDARD',

2070: 'A',
2071: gl_transfer_status_code,
2072: gl_transfer_date,
2073: 'F',
2074: 'STANDARD',
2075: creation_date,
2076: created_by,
2077: last_update_date,
2078: last_updated_by,

Line 2865: 'STANDARD',

2861: 'A',
2862: GL_TRANSFER_STATUS_CODE,
2863: gl_transfer_date,
2864: 'F',
2865: 'STANDARD',
2866: creation_date,
2867: created_by,
2868: last_update_date,
2869: last_updated_by,

Line 3447: 'STANDARD',

3443: DOC_SEQUENCE_VALUE,
3444: GL_TRANSFER_STATUS_CODE,
3445: DATE_CREATED_IN_GL,
3446: 'F',
3447: 'STANDARD',
3448: creation_date,
3449: created_by,
3450: last_update_date,
3451: last_updated_by,