DBA Data[Home] [Help]

APPS.XLA_FLEX_PKG dependencies on FND_ID_FLEX_STRUCTURES_V

Line 130: FROM fnd_id_flex_structures_v

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

Line 1080: FROM fnd_id_flex_structures_vl

1076:
1077: CURSOR c_struc
1078: IS
1079: SELECT id_flex_num
1080: FROM fnd_id_flex_structures_vl
1081: WHERE application_id = p_application_id
1082: AND id_flex_code = p_id_flex_code;
1083:
1084: BEGIN