DBA Data[Home] [Help]

APPS.CST_LCMADJUSTMENTS_PVT dependencies on CSTPSCHK

Line 900: l_acct_id := CSTPSCHK.std_get_account_id( p_organization_id, c_account.transaction_id,

896: l_stmt_num := 90;
897: FOR c_account IN c_adj_offset_account LOOP
898:
899: l_stmt_num := 100;
900: l_acct_id := CSTPSCHK.std_get_account_id( p_organization_id, c_account.transaction_id,
901: -1 * c_account.debit_credit_flag, c_account.accounting_line_type_id, 1,
902: 0, c_account.subinventory_code, c_account.cost_group_id, c_account.exp_flag, 0,
903: l_err_num, l_error_code, l_error_msg);
904: