DBA Data[Home] [Help]

APPS.PAY_KR_BAL_INIT_PKG dependencies on STANDARD

Line 141: p_standard_link_flag => 'N',

137: --
138: p_element_link_id := pay_db_pay_setup.create_element_link(
139: p_element_name => p_element_name,
140: p_link_to_all_pyrlls_fl => 'Y',
141: p_standard_link_flag => 'N',
142: p_effective_start_date => c_sot,
143: p_effective_end_date => c_eot,
144: p_business_group_name => l_business_group_name);
145: end create_et_el;