DBA Data[Home] [Help]

APPS.JE_BE_CSSR_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 837: FROM fnd_segment_attribute_values

833: BEGIN
834:
835: SELECT application_column_name
836: INTO l_segment
837: FROM fnd_segment_attribute_values
838: WHERE id_flex_code = 'GL#'
839: AND attribute_value = 'Y'
840: AND segment_attribute_type = 'GL_BALANCING'
841: AND application_id = 101

Line 883: FROM FND_SEGMENT_ATTRIBUTE_VALUES

879: --Get the accounting/natural segment for the chart of accounts defined.
880:
881: SELECT application_column_name
882: INTO l_segment
883: FROM FND_SEGMENT_ATTRIBUTE_VALUES
884: WHERE id_flex_num = p_coa_id --50714
885: AND segment_attribute_type = 'GL_ACCOUNT'
886: AND id_flex_code = 'GL#'
887: AND attribute_value = 'Y'