DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on IBY_FORMATS_VL

Line 488: iby_formats_vl f

484: x_default_sra_format_name
485: from iby_pay_instructions_all ins,
486: iby_payment_profiles pp,
487: iby_remit_advice_setup sra_setup,
488: iby_formats_vl f
489: where ins.payment_instruction_id = p_instr_id
490: and pp.payment_profile_id = ins.payment_profile_id
491: and pp.system_profile_code = sra_setup.system_profile_code
492: and sra_setup.remittance_advice_format_code = f.FORMAT_CODE (+);