DBA Data[Home] [Help]

APPS.GL_MC_INFO dependencies on STANDARD

Line 2165: IF (l_sob_list(i).r_acct_method_code = 'STANDARD_CASH') THEN

2161: ael_sob_info(j).sob_id := l_sob_list(i).r_sob_id;
2162: ael_sob_info(j).currency_code := l_sob_list(i).r_sob_curr;
2163: ael_sob_info(j).sob_name := l_sob_list(i).r_sob_name;
2164:
2165: IF (l_sob_list(i).r_acct_method_code = 'STANDARD_CASH') THEN
2166: ael_sob_info(j).accounting_method := 'Cash';
2167: ELSE
2168: ael_sob_info(j).accounting_method := 'Accrual';
2169: END IF;

Line 2303: -- values from the standard FND tables or custom tables depending on the

2299: -- populate_ledger_bsv_gt
2300: -- Purpose
2301: -- This api populates the table with flex values which will be used during
2302: -- Accounting setup flow BSV assignments. The table is populated with flex
2303: -- values from the standard FND tables or custom tables depending on the
2304: -- flex value set id.
2305: -- History
2306: -- 16-JUL-03 MGOWDA Created
2307: