DBA Data[Home] [Help]

APPS.XLA_REPORT_UTILITY_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 412: FROM fnd_segment_attribute_values

408:
409: BEGIN
410: SELECT application_column_name
411: INTO l_balance_segment
412: FROM fnd_segment_attribute_values
413: WHERE application_id = 101
414: AND id_flex_code = 'GL#'
415: AND id_flex_num = p_coa_id
416: AND attribute_value = 'Y'

Line 426: FROM fnd_segment_attribute_values

422:
423: BEGIN
424: SELECT application_column_name
425: INTO l_account_segment
426: FROM fnd_segment_attribute_values
427: WHERE application_id = 101
428: AND id_flex_code = 'GL#'
429: AND id_flex_num = p_coa_id
430: AND attribute_value = 'Y'

Line 440: FROM fnd_segment_attribute_values

436:
437: BEGIN
438: SELECT application_column_name
439: INTO l_cost_center_segment
440: FROM fnd_segment_attribute_values
441: WHERE application_id = 101
442: AND id_flex_code = 'GL#'
443: AND id_flex_num = p_coa_id
444: AND attribute_value = 'Y'

Line 454: FROM fnd_segment_attribute_values

450:
451: BEGIN
452: SELECT application_column_name
453: INTO l_management_segment
454: FROM fnd_segment_attribute_values
455: WHERE application_id = 101
456: AND id_flex_code = 'GL#'
457: AND id_flex_num = p_coa_id
458: AND attribute_value = 'Y'

Line 468: FROM fnd_segment_attribute_values

464:
465: BEGIN
466: SELECT application_column_name
467: INTO l_intercompany_segment
468: FROM fnd_segment_attribute_values
469: WHERE application_id = 101
470: AND id_flex_code = 'GL#'
471: AND id_flex_num = p_coa_id
472: AND attribute_value = 'Y'