DBA Data[Home] [Help]

APPS.XDP_ENGINE dependencies on XDP_FE_ATTRIBUTE_DEF

Line 1343: xdp_fe_attribute_def fan,

1339: fan.fe_attribute_name fe_attribute_name,
1340: decode(fe_attribute_value,NULL,default_value,fe_attribute_value) fe_attribute_value,
1341: fan.conceal_data conceal_data
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

Line 1412: xdp_fe_attribute_def fan,

1408: fan.fe_attribute_name fe_attribute_name,
1409: decode(fe_attribute_value,NULL,default_value,fe_attribute_value) fe_attribute_value,
1410: fan.conceal_data conceal_data
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

Line 3262: xdp_fe_attribute_def fan,

3258: select
3259: decode(fe_attribute_value,NULL,default_value,fe_attribute_value) attr_val,
3260: fan.conceal_data
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