DBA Data[Home] [Help]

APPS.CSTPLENG dependencies on CSTPACDP

Line 4147: ** the distribution proc. CSTPACDP.inventory_ **

4143: ** HISTORY **
4144: ** 4/24/00 Dieu-Thuong Le Creation **
4145: ** 9/05/00 Dieu-Thuong Le Fix bug 1393484: payback variance should **
4146: ** be stored in MCACD by qty unit because **
4147: ** the distribution proc. CSTPACDP.inventory_ **
4148: ** accounts will calc payback variance to be **
4149: ** posted (-1*i_pqty*l_payback_var) **
4150: *********************************************************************************/
4151:

Line 5979: CSTPACDP.insert_account(i_org_id, i_txn_id, l_item_id, l_qty_adj * l_cost,

5975: into l_acct
5976: from dual;
5977: end if;
5978:
5979: CSTPACDP.insert_account(i_org_id, i_txn_id, l_item_id, l_qty_adj * l_cost,
5980: sign(l_qty_adj * l_cost) * abs(l_qty_adj)/*modified for bug #4005770*/ /*l_qty_adj*/, l_acct, l_sob_id, 1,
5981: cost_element, NULL,
5982: l_txn_date, l_txn_src_id, 15,
5983: l_pri_curr, l_alt_curr, l_conv_date, l_conv_rate, l_conv_type,

Line 6020: CSTPACDP.insert_account(i_org_id, i_txn_id, l_item_id, (l_qty_adj * l_cost) - l_var - l_onhand_var,

6016: into l_acct
6017: from dual;
6018: end if;
6019:
6020: CSTPACDP.insert_account(i_org_id, i_txn_id, l_item_id, (l_qty_adj * l_cost) - l_var - l_onhand_var,
6021: l_qty_adj, l_acct, l_sob_id, 2,
6022: cost_element, NULL,
6023: l_txn_date, l_txn_src_id, 15,
6024: l_pri_curr, l_alt_curr, l_conv_date, l_conv_rate, l_conv_type,

Line 6050: CSTPACDP.insert_account(i_org_id, i_txn_id, l_item_id, l_onhand_var,

6046: if (l_acct = -1) then
6047: l_acct := l_onhand_var_acct;
6048: end if;
6049:
6050: CSTPACDP.insert_account(i_org_id, i_txn_id, l_item_id, l_onhand_var,
6051: l_qty_adj, l_acct, l_sob_id, 20,
6052: cost_element, NULL,
6053: l_txn_date, l_txn_src_id, 15,
6054: l_pri_curr, l_alt_curr, l_conv_date, l_conv_rate, l_conv_type,

Line 6096: CSTPACDP.insert_account(i_org_id, i_txn_id, l_item_id, l_var,

6092: if (l_acct = -1) then
6093: l_acct := l_avg_cost_var_acct;
6094: end if;
6095:
6096: CSTPACDP.insert_account(i_org_id, i_txn_id, l_item_id, l_var,
6097: l_qty_adj, l_acct, l_sob_id, 13,
6098: NULL, NULL,
6099: l_txn_date, l_txn_src_id, 15,
6100: l_pri_curr, l_alt_curr, l_conv_date, l_conv_rate, l_conv_type,