DBA Data[Home] [Help]

APPS.CST_TPRICE_PVT dependencies on CSTPSCHK

Line 517: l_acct := CSTPSCHK.std_get_account_id(l_from_org, p_txn_id, -1*sign(l_snd_qty), 2,

513: if (l_elem_cost is not NULL) then
514: l_acct_done := 1;
515:
516: if (l_std_from_org <> 0) then -- To see if there is COGS account from Hook
517: l_acct := CSTPSCHK.std_get_account_id(l_from_org, p_txn_id, -1*sign(l_snd_qty), 2,
518: l_cost_element, null, l_from_subinv, l_from_cg,
519: 0, 1, l_err_num, l_err_code, l_err_msg);
520: else
521: /*BUG 8881927 ADDED 'l_from_cg' */

Line 574: l_acct := CSTPSCHK.std_get_account_id(l_to_org, p_txn_id, -1*sign(p_txf_price), 2,

570:
571: l_stmt_num := 240;
572:
573: if (l_std_to_org <> 0) then -- To see if there is intercompany expense account from Hook
574: l_acct := CSTPSCHK.std_get_account_id(l_to_org, p_txn_id, -1*sign(p_txf_price), 2,
575: null, null, l_to_subinv, l_to_cg,
576: 0, 2, l_err_num, l_err_code, l_err_msg);
577: else
578: /*BUG 8881927 ADDED 'l_to_cg' */

Line 628: l_acct := CSTPSCHK.std_get_account_id(l_to_org, p_txn_id, sign(l_prf), 30, null,

624: if (l_prf <> 0) then
625: l_stmt_num := 270;
626:
627: if (l_std_to_org <> 0) then -- To see if there is profit in inventory account from Hook
628: l_acct := CSTPSCHK.std_get_account_id(l_to_org, p_txn_id, sign(l_prf), 30, null,
629: null, l_to_subinv, l_to_cg, 0, 2, l_err_num, l_err_code, l_err_msg);
630: else
631: /*BUG 8881927 ADDED 'l_to_cg' */
632: l_acct := CSTPACHK.get_account_id(l_to_org, p_txn_id, sign(l_prf), 30, null,