DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on STANDARD

Line 37: -- standard start of API savepoint

33:
34: l_stmt_num NUMBER := 0;
35:
36: BEGIN
37: -- standard start of API savepoint
38: SAVEPOINT writeLogMessages_PUB;
39:
40: -- standard call to check for call compatibility
41: if not fnd_api.compatible_api_call (

Line 40: -- standard call to check for call compatibility

36: BEGIN
37: -- standard start of API savepoint
38: SAVEPOINT writeLogMessages_PUB;
39:
40: -- standard call to check for call compatibility
41: if not fnd_api.compatible_api_call (
42: l_api_version,
43: p_api_version,
44: l_api_name,

Line 134: -- standard start of API savepoint

130:
131: BEGIN
132:
133: -------------------------------------------------------------------------
134: -- standard start of API savepoint
135: -------------------------------------------------------------------------
136: SAVEPOINT getTxnCategoryId;
137:
138: -------------------------------------------------------------------------

Line 139: -- standard call to check for call compatibility

135: -------------------------------------------------------------------------
136: SAVEPOINT getTxnCategoryId;
137:
138: -------------------------------------------------------------------------
139: -- standard call to check for call compatibility
140: -------------------------------------------------------------------------
141: IF NOT fnd_api.compatible_api_call (
142: l_api_version,
143: p_api_version,

Line 180: -- Primary item id may be NULL for non-standard jobs

176: FROM wip_entities we
177: WHERE we.wip_entity_id = p_txn_source_id;
178:
179: -----------------------------------------------------------------------
180: -- Primary item id may be NULL for non-standard jobs
181: -- In this situation we should return the category id
182: -- of the component and not the assembly
183: -----------------------------------------------------------------------
184:

Line 224: -- Standard check of p_commit

220: x_category_id := l_category_id;
221: END IF;
222:
223: ---------------------------------------------------------------------------
224: -- Standard check of p_commit
225: ---------------------------------------------------------------------------
226:
227: IF FND_API.to_Boolean(p_commit) THEN
228: COMMIT WORK;

Line 232: -- Standard Call to get message count and if count = 1, get message info

228: COMMIT WORK;
229: END IF;
230:
231: ---------------------------------------------------------------------------
232: -- Standard Call to get message count and if count = 1, get message info
233: ---------------------------------------------------------------------------
234:
235: FND_MSG_PUB.Count_And_Get (
236: p_count => x_msg_count,

Line 286: -- This API determines if the standard costing organization follows --

282: -- PROCEDURE --
283: -- get_Std_CG_Acct_Flag --
284: -- --
285: -- DESCRIPTION --
286: -- This API determines if the standard costing organization follows --
287: -- cost group accounting. If yes, then it has PJM support. If the --
288: -- organization ID provided is not standard costing organization, the --
289: -- API will always return 0 --
290: -- --

Line 288: -- organization ID provided is not standard costing organization, the --

284: -- --
285: -- DESCRIPTION --
286: -- This API determines if the standard costing organization follows --
287: -- cost group accounting. If yes, then it has PJM support. If the --
288: -- organization ID provided is not standard costing organization, the --
289: -- API will always return 0 --
290: -- --
291: -- PURPOSE: --
292: -- Oracle Applications Rel 11i.6 --

Line 293: -- PJM support for Standard Costing Organizations --

289: -- API will always return 0 --
290: -- --
291: -- PURPOSE: --
292: -- Oracle Applications Rel 11i.6 --
293: -- PJM support for Standard Costing Organizations --
294: -- --
295: -- --
296: -- HISTORY: --
297: -- 11/03/00 Anitha Dixit Created --

Line 329: -- Standard start of API savepoint

325:
326:
327: BEGIN
328: ---------------------------------------------
329: -- Standard start of API savepoint
330: ---------------------------------------------
331: SAVEPOINT get_Std_CG_Acct_Flag;
332:
333: ------------------------------------------------

Line 334: -- Standard call to check for API compatibility

330: ---------------------------------------------
331: SAVEPOINT get_Std_CG_Acct_Flag;
332:
333: ------------------------------------------------
334: -- Standard call to check for API compatibility
335: ------------------------------------------------
336: l_statement := 10;
337: IF not fnd_api.compatible_api_call (
338: l_api_version,

Line 398: l_api_message := 'This function is not valid for non-standard costing organizations';

394: l_statement := 70;
395: x_cg_acct_flag := l_cg_acct_flag;
396: else
397: l_statement := 80;
398: l_api_message := 'This function is not valid for non-standard costing organizations';
399: FND_MESSAGE.set_name('BOM','CST_API_MESSAGE');
400: FND_MESSAGE.set_token('TEXT', l_api_message);
401: FND_MSG_PUB.add;
402:

Line 527: -- Standard check for compatibility

523: FND_MSG_PUB.initialize;
524: end if;
525: FND_MESSAGE.set_name('BOM', 'CST_API_MESSAGE');
526:
527: -- Standard check for compatibility
528: IF NOT FND_API.Compatible_API_Call (
529: l_api_version,
530: P_API_VERSION,
531: l_api_name,

Line 754: -- Standard check of P_COMMIT

750: p_encoded => FND_API.G_FALSE,
751: p_count => X_MSG_COUNT,
752: p_data => X_MSG_DATA );
753:
754: -- Standard check of P_COMMIT
755: IF FND_API.to_Boolean(P_COMMIT) THEN
756: COMMIT WORK;
757: END IF;
758:

Line 902: -- Standard start of API savepoint

898:
899: BEGIN
900:
901: -----------------------------------
902: -- Standard start of API savepoint
903: -----------------------------------
904: SAVEPOINT get_ZeroCost_Flag;
905:
906: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');

Line 913: -- Standard call to check for API compatibility

909: fnd_file.put_line(fnd_file.log,'get_ZeroCostIssue_Flag');
910: end if;*/
911:
912: ------------------------------------------------
913: -- Standard call to check for API compatibility
914: ------------------------------------------------
915: l_statement := 10;
916: IF not fnd_api.compatible_api_call( l_api_version,
917: p_api_version,

Line 1057: -- Standard Call to get message count and if count = 1, get message info

1053: where wip_entity_id = l_wip_entity_id;
1054:
1055: x_zero_cost_flag := l_zero_cost_flag;
1056:
1057: -- Standard Call to get message count and if count = 1, get message info
1058: FND_MSG_PUB.Count_And_Get (
1059: p_count => x_msg_count,
1060: p_data => x_msg_data );
1061:

Line 1147: -- Standard start of API savepoint

1143: l_cst_element_id NUMBER := 1;
1144:
1145: BEGIN
1146: ---------------------------------------------
1147: -- Standard start of API savepoint
1148: ---------------------------------------------
1149: SAVEPOINT get_Direct_Item_Charge_Acct;
1150:
1151: ------------------------------------------------

Line 1152: -- Standard call to check for API compatibility

1148: ---------------------------------------------
1149: SAVEPOINT get_Direct_Item_Charge_Acct;
1150:
1151: ------------------------------------------------
1152: -- Standard call to check for API compatibility
1153: ------------------------------------------------
1154: l_statement := 10;
1155: IF not fnd_api.compatible_api_call (
1156: l_api_version,

Line 1271: -- Standard call to check for API compatibility

1267: l_api_version CONSTANT NUMBER := 1.0;
1268: l_statement NUMBER := 0;
1269: BEGIN
1270: ------------------------------------------------
1271: -- Standard call to check for API compatibility
1272: ------------------------------------------------
1273: l_statement := 10;
1274: IF NOT fnd_api.compatible_api_call (
1275: l_api_version,

Line 1334: -- Standard Begin of API Savepoint

1330:
1331: BEGIN
1332:
1333: ----------------------------------------------------------
1334: -- Standard Begin of API Savepoint
1335: ----------------------------------------------------------
1336: SAVEPOINT GET_CONTEXT_PUB;
1337:
1338: ----------------------------------------------------------

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

1335: ----------------------------------------------------------
1336: SAVEPOINT GET_CONTEXT_PUB;
1337:
1338: ----------------------------------------------------------
1339: -- Standard call to check for call compatibility
1340: ----------------------------------------------------------
1341: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
1342: p_api_version,
1343: l_api_name,