DBA Data[Home] [Help]

APPS.CST_TPRICE_PVT dependencies on STANDARD

Line 106: -- Standard start of API savepoint

102: l_io_invoicing NUMBER := to_number(fnd_profile.value('INV_INTERCOMPANY_INVOICE_INTERNAL_ORDER'));
103:
104: BEGIN
105:
106: -- Standard start of API savepoint
107: SAVEPOINT Adjust_Acct_PVT;
108:
109: -- Standard call to check for call compatibility
110: l_stmt_num := 10;

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

105:
106: -- Standard start of API savepoint
107: SAVEPOINT Adjust_Acct_PVT;
108:
109: -- Standard call to check for call compatibility
110: l_stmt_num := 10;
111: if NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) then
112: raise FND_API.g_exc_unexpected_error;
113: end if;

Line 234: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);

230: then
231:
232: l_stmt_num := 60;
233:
234: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);
235: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);
236:
237: -- Get the currency information for sending and receiving orgs
238: l_stmt_num := 80;

Line 235: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);

231:
232: l_stmt_num := 60;
233:
234: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);
235: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);
236:
237: -- Get the currency information for sending and receiving orgs
238: l_stmt_num := 80;
239:

Line 475: -- If the sending org is standard costing, get costs from CIC, otherwise from MCACD

471:
472: FOR l_cost_element IN 1..5 loop
473: l_elem_cost := NULL;
474:
475: -- If the sending org is standard costing, get costs from CIC, otherwise from MCACD
476: if (l_std_from_org <> 0) then
477: l_stmt_num := 190;
478:
479: /* Bug 3239084: use cst_item_cost_details from the costing org to support cost sharing */

Line 670: -- Standard check of p_commit

666: end if;
667:
668: end if;
669:
670: -- Standard check of p_commit
671: if FND_API.To_Boolean(p_commit) then
672: COMMIT WORK;
673: end if;
674:

Line 675: -- Standard call to get message count and message info

671: if FND_API.To_Boolean(p_commit) then
672: COMMIT WORK;
673: end if;
674:
675: -- Standard call to get message count and message info
676: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
677: p_data => x_msg_data);
678:
679: if (G_DEBUG = 'Y') then