DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on DUAL

Line 4533: from dual;

4529: /* Bug 2926258 - changed default to be -1 to support org_id=0 */
4530: select decode(l_std_from_org, 1, l_from_org,
4531: decode(l_std_to_org,1,l_to_org,-1))
4532: into l_std_org
4533: from dual;
4534:
4535:
4536: /* bug 3048258: For std costing, item cost from cost organization should be used */
4537: l_stmt_num := 15;

Line 7839: from dual;

7835: l_stmt_num := 20;
7836:
7837: select l_temp_element_cost(l_index_counter)
7838: into l_borrowed_cost
7839: from dual;
7840:
7841: l_variance := nvl(l_cur_cost,0) - nvl(l_borrowed_cost,0);
7842:
7843: update mtl_cst_actual_cost_details mcacd