DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_FORMATS_B

Line 11408: iby_formats_b format,

11404: SELECT temp.template_type_code, temp.default_output_type
11405: INTO l_template_type_code, l_default_output_type
11406: FROM iby_pay_instructions_all ins,
11407: iby_payment_profiles pp,
11408: iby_formats_b format,
11409: XDO_TEMPLATES_B temp
11410: WHERE ins.payment_instruction_id = p_object_id
11411: AND ins.payment_profile_id = pp.payment_profile_id
11412: AND format.FORMAT_CODE = pp.PAYMENT_FORMAT_CODE