DBA Data[Home] [Help]

APPS.FUN_REPORT_PVT dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 326: FROM fnd_segment_attribute_values

322: IF (p_para_rec.coa_initiator IS NOT NULL) THEN
323:
324: SELECT application_column_name
325: INTO l_acc_segment
326: FROM fnd_segment_attribute_values
327: WHERE application_id = 101
328: AND id_flex_code = 'GL#'
329: AND id_flex_num = p_para_rec.coa_initiator
330: AND segment_attribute_type = 'GL_ACCOUNT'

Line 973: FROM fnd_segment_attribute_values

969: IF (p_para_rec.coa_recipient IS NOT NULL) THEN
970:
971: SELECT application_column_name
972: INTO l_acc_segment
973: FROM fnd_segment_attribute_values
974: WHERE application_id = 101
975: AND id_flex_code = 'GL#'
976: AND id_flex_num = p_para_rec.coa_recipient
977: AND segment_attribute_type = 'GL_ACCOUNT'