DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_SYS_PMT_PROFILES_B

Line 461: FROM IBY_SYS_PMT_PROFILES_B

457: l_from_clause := ' From ' || p_entity_table;
458: l_where_clause := ' Where system_profile_code = :p_entity_code ';
459: SELECT attribute_category
460: INTO l_attribute_category
461: FROM IBY_SYS_PMT_PROFILES_B
462: WHERE system_profile_code = p_entity_code;
463:
464: ELSIF p_entity_table = G_DFF_FD_PAY_INSTRUCTION THEN
465: l_num_of_attributes := 15;

Line 712: iby_sys_pmt_profiles_b sp,

708: FROM iby_process_conc_requests pcc,
709: fnd_concurrent_requests fcr,
710: iby_pay_instructions_all pi,
711: iby_acct_pmt_profiles_b ap,
712: iby_sys_pmt_profiles_b sp,
713: iby_formats_b f
714: WHERE pcc.object_type = 'PAYMENT_INSTRUCTION'
715: AND pcc.request_id = fcr.request_id
716: AND pcc.object_id = pi.payment_instruction_id