DBA Data[Home] [Help]

APPS.PAY_NO_PAYPROC dependencies on FND_PROFILE

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

949: l_heading_name := get_lookup_meaning ('NO_PAYMENT_PROCESS_LABELS','NAME');
950: l_heading_remark := get_lookup_meaning ('NO_PAYMENT_PROCESS_LABELS','REM');
951:
952: l_filename := p_file_name;
953: fnd_profile.get (c_data_exchange_dir, l_location);
954:
955: /* error : I/O directory not defined */
956: IF l_location IS NULL THEN
957: RAISE e_fatal_error;