DBA Data[Home] [Help]

APPS.XDP_ENGINE dependencies on XDP_FE_ATTRIBUTE_VAL

Line 1346: XDP_FE_ATTRIBUTE_VAL fae,

1342: from
1343: xdp_fe_attribute_def fan,
1344: (select fe_attribute_id, fe_attribute_value
1345: from
1346: XDP_FE_ATTRIBUTE_VAL fae,
1347: XDP_FE_GENERIC_CONFIG fge
1348: where
1349: fae.fe_generic_config_id = fge.fe_generic_config_id and
1350: fge.fe_id = l_fe_id and

Line 1415: XDP_FE_ATTRIBUTE_VAL fae,

1411: from
1412: xdp_fe_attribute_def fan,
1413: (select fe_attribute_id, fe_attribute_value
1414: from
1415: XDP_FE_ATTRIBUTE_VAL fae,
1416: XDP_FE_GENERIC_CONFIG fge
1417: where
1418: fae.fe_generic_config_id = fge.fe_generic_config_id and
1419: fge.fe_id = l_fe_id and

Line 3265: XDP_FE_ATTRIBUTE_VAL fae,

3261: from
3262: xdp_fe_attribute_def fan,
3263: (select fe_attribute_id, fe_attribute_value
3264: from
3265: XDP_FE_ATTRIBUTE_VAL fae,
3266: XDP_FE_GENERIC_CONFIG fge
3267: where
3268: fae.fe_generic_config_id = fge.fe_generic_config_id and
3269: fge.fe_id = GetAttrVal.p_fe_id and