DBA Data[Home] [Help]

APPS.CST_EAMJOB_ACTESTIMATE dependencies on STANDARD

Line 150: -- standard start of API savepoint

146:
147: BEGIN
148:
149: -------------------------------------------------------------------------
150: -- standard start of API savepoint
151: -------------------------------------------------------------------------
152: SAVEPOINT Get_DeptCostCatg;
153:
154: l_stmt_num := 5;

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

153:
154: l_stmt_num := 5;
155:
156: -------------------------------------------------------------------------
157: -- standard call to check for call compatibility
158: -------------------------------------------------------------------------
159: IF NOT fnd_api.compatible_api_call (
160: l_api_version,
161: p_api_version,

Line 243: -- Standard check of p_commit

239:
240: l_stmt_num := 50;
241:
242: ---------------------------------------------------------------------------
243: -- Standard check of p_commit
244: ---------------------------------------------------------------------------
245:
246: IF FND_API.to_Boolean(p_commit) THEN
247: COMMIT WORK;

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

247: COMMIT WORK;
248: END IF;
249:
250: ---------------------------------------------------------------------------
251: -- Standard Call to get message count and if count = 1, get message info
252: ---------------------------------------------------------------------------
253:
254: FND_MSG_PUB.Count_And_Get (
255: p_count => x_msg_count,

Line 402: bomres.standard_rate_flag standard_flag,

398: * decode(bomres.basis_type,
399: 1, l_lot_size,
400: 2, 1,
401: 1) usage_rate_or_amount,
402: bomres.standard_rate_flag standard_flag,
403: bos.department_id department_id,
404: br.functional_currency_flag functional_currency_flag,
405: br.cost_element_id cost_element_id,
406: br.resource_type resource_type

Line 573: -- standard start of API savepoint

569:
570: BEGIN
571:
572: -------------------------------------------------------------------------
573: -- standard start of API savepoint
574: -------------------------------------------------------------------------
575: SAVEPOINT Compute_Activity_Estimate;
576:
577: -------------------------------------------------------------------------

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

574: -------------------------------------------------------------------------
575: SAVEPOINT Compute_Activity_Estimate;
576:
577: -------------------------------------------------------------------------
578: -- standard call to check for call compatibility
579: -------------------------------------------------------------------------
580: l_stmt_num := 5;
581:
582: IF NOT fnd_api.compatible_api_call (

Line 984: -- Standard check of p_commit

980:
981: x_ActivityEstimateTable := l_ActivityEstimateTable;
982:
983: ---------------------------------------------------------------------------
984: -- Standard check of p_commit
985: ---------------------------------------------------------------------------
986:
987: IF FND_API.to_Boolean(p_commit) THEN
988: COMMIT WORK;

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

988: COMMIT WORK;
989: END IF;
990:
991: ---------------------------------------------------------------------------
992: -- Standard Call to get message count and if count = 1, get message info
993: ---------------------------------------------------------------------------
994:
995: FND_MSG_PUB.Count_And_Get (
996: p_count => x_msg_count,

Line 1102: -- standard start of API savepoint

1098:
1099: BEGIN
1100:
1101: -------------------------------------------------------------------------
1102: -- standard start of API savepoint
1103: -------------------------------------------------------------------------
1104: SAVEPOINT Compute_Activity_Estimate;
1105:
1106: -------------------------------------------------------------------------

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

1103: -------------------------------------------------------------------------
1104: SAVEPOINT Compute_Activity_Estimate;
1105:
1106: -------------------------------------------------------------------------
1107: -- standard call to check for call compatibility
1108: -------------------------------------------------------------------------
1109: l_stmt_num := 5;
1110:
1111: IF NOT fnd_api.compatible_api_call (

Line 1228: -- Standard check of p_commit

1224:
1225: x_activity_estimate_record_id := l_activity_estimate_record_id;
1226:
1227: ---------------------------------------------------------------------------
1228: -- Standard check of p_commit
1229: ---------------------------------------------------------------------------
1230:
1231: IF FND_API.to_Boolean(p_commit) THEN
1232: COMMIT WORK;

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

1232: COMMIT WORK;
1233: END IF;
1234:
1235: ---------------------------------------------------------------------------
1236: -- Standard Call to get message count and if count = 1, get message info
1237: ---------------------------------------------------------------------------
1238:
1239: FND_MSG_PUB.Count_And_Get (
1240: p_count => x_msg_count,