DBA Data[Home] [Help]

APPS.XLA_FLEX_PKG dependencies on FND_ID_FLEX_STRUCTURES_V

Line 129: FROM fnd_id_flex_structures_v

125: ELSE
126:
127: SELECT id_flex_structure_name
128: INTO g_coa_name
129: FROM fnd_id_flex_structures_v
130: WHERE application_id = p_application_id
131: AND id_flex_code = p_flex_code
132: AND id_flex_num = p_chart_of_accounts_id
133: ;

Line 1011: FROM fnd_id_flex_structures_vl

1007:
1008: CURSOR c_struc
1009: IS
1010: SELECT id_flex_num
1011: FROM fnd_id_flex_structures_vl
1012: WHERE application_id = p_application_id
1013: AND id_flex_code = p_id_flex_code;
1014:
1015: BEGIN