DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on IBY_FORMATS_VL

Line 628: iby_formats_vl f

624: x_default_sra_format_name
625: from iby_pay_instructions_all ins,
626: iby_payment_profiles pp,
627: iby_remit_advice_setup sra_setup,
628: iby_formats_vl f
629: where ins.payment_instruction_id = p_instr_id
630: and pp.payment_profile_id = ins.payment_profile_id
631: and pp.system_profile_code = sra_setup.system_profile_code
632: and sra_setup.remittance_advice_format_code = f.FORMAT_CODE (+);