DBA Data[Home] [Help]

APPS.PAY_NO_PAYPROC dependencies on FND_PROFILE

Line 977: fnd_profile.get (c_data_exchange_dir, l_location);

973: l_heading_name := get_lookup_meaning ('NO_PAYMENT_PROCESS_LABELS','NAME');
974: l_heading_remark := get_lookup_meaning ('NO_PAYMENT_PROCESS_LABELS','REM');
975:
976: l_filename := p_file_name;
977: fnd_profile.get (c_data_exchange_dir, l_location);
978:
979: /* error : I/O directory not defined */
980: IF l_location IS NULL THEN
981: RAISE e_fatal_error;