DBA Data[Home] [Help]

APPS.FV_REIMB_ACTIVITY_PROCESS dependencies on FV_REIMB_SEGMENT

Line 504: FROM fv_reimb_segment

500: AND id_flex_num = g_coa_id
501: AND enabled_flag = 'Y'
502: AND segment_name like
503: (Select REIMB_AGREEMENT_SEGMENT_VALUE
504: FROM fv_reimb_segment
505: where set_of_books_id = g_ledger_id);
506:
507: -- 'Reimbursable Agreement';
508: EXCEPTION