DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on DUAL

Line 4708: from dual;

4704: /* Bug 2926258 - changed default to be -1 to support org_id=0 */
4705: select decode(l_std_from_org, 1, l_from_org,
4706: decode(l_std_to_org,1,l_to_org,-1))
4707: into l_std_org
4708: from dual;
4709:
4710:
4711: /* bug 3048258: For std costing, item cost from cost organization should be used */
4712: l_stmt_num := 15;

Line 8034: from dual;

8030: l_stmt_num := 20;
8031:
8032: select l_temp_element_cost(l_index_counter)
8033: into l_borrowed_cost
8034: from dual;
8035:
8036: l_variance := nvl(l_cur_cost,0) - nvl(l_borrowed_cost,0);
8037:
8038: update mtl_cst_actual_cost_details mcacd