DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_FORMATS_B

Line 656: FROM IBY_FORMATS_B

652: l_from_clause := ' From ' || p_entity_table;
653: l_where_clause := ' Where format_code = :p_entity_code ';
654: SELECT attribute_category
655: INTO l_attribute_category
656: FROM IBY_FORMATS_B
657: WHERE format_code = p_entity_code;
658:
659: ELSIF p_entity_table = G_DFF_BEP_ACCOUNT THEN
660: l_num_of_attributes := 15;

Line 864: p_template_code IN iby_formats_b.format_template_code%TYPE,

860: -- p_parameters_value. Value of the parameters
861: -- The 2 arrays should be defined with the same number of elements
862: PROCEDURE get_template_parameters
863: (
864: p_template_code IN iby_formats_b.format_template_code%TYPE,
865: p_pay_instruction IN VARCHAR2,
866: p_parameters_code OUT NOCOPY JTF_VARCHAR2_TABLE_200,
867: p_parameters_value OUT NOCOPY JTF_VARCHAR2_TABLE_200
868: ) IS

Line 892: iby_formats_b f

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
896: AND ap.payment_profile_id = pi.payment_profile_id