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: l_acct := CSTPACHK.get_account_id(l_from_org, p_txn_id, -1*sign(l_snd_qty), 2,

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

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

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

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