DBA Data[Home] [Help]

APPS.XLA_TAB_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 163: FROM fnd_id_flex_structures_vl ffsvl

159: BEGIN
160: --Get the chart of accounts name
161: SELECT id_flex_structure_name
162: INTO l_transaction_coa_name
163: FROM fnd_id_flex_structures_vl ffsvl
164: WHERE ffsvl.application_id = 101
165: AND ffsvl.id_flex_code = 'GL#'
166: AND ffsvl.id_flex_num = p_transaction_coa_id;
167: EXCEPTION

Line 415: FROM fnd_id_flex_structures_vl ffsvl

411: BEGIN
412: --Get the tad chart of accounts name
413: SELECT id_flex_structure_name
414: INTO l_tad_coa_name
415: FROM fnd_id_flex_structures_vl ffsvl
416: WHERE ffsvl.application_id = 101
417: AND ffsvl.id_flex_code = 'GL#'
418: AND ffsvl.id_flex_num = l_tad_coa_id;
419: