DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_SYS_PMT_PROFILES_B

Line 599: FROM IBY_SYS_PMT_PROFILES_B

595: l_from_clause := ' From ' || p_entity_table;
596: l_where_clause := ' Where system_profile_code = :p_entity_code ';
597: SELECT attribute_category
598: INTO l_attribute_category
599: FROM IBY_SYS_PMT_PROFILES_B
600: WHERE system_profile_code = p_entity_code;
601:
602: ELSIF p_entity_table = G_DFF_FD_PAY_INSTRUCTION THEN
603: l_num_of_attributes := 15;

Line 891: iby_sys_pmt_profiles_b sp,

887: FROM iby_process_conc_requests pcc,
888: fnd_concurrent_requests fcr,
889: iby_pay_instructions_all pi,
890: iby_acct_pmt_profiles_b ap,
891: iby_sys_pmt_profiles_b sp,
892: iby_formats_b f
893: WHERE pcc.object_type = 'PAYMENT_INSTRUCTION'
894: AND pcc.request_id = fcr.request_id
895: AND pcc.object_id = pi.payment_instruction_id