DBA Data[Home] [Help]

APPS.PAY_TXR_INS dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 231: from pay_element_classifications

227: pay_txr_ins.g_taxability_rules_date_id_i;
228: -- Bug 11894789
229: Cursor c_ele_class_validation is
230: Select null
231: from pay_element_classifications
232: where classification_id = p_rec.classification_id;
233: -- Bug 11894789
234: Cursor c_sec_ele_class_validation is
235: Select null

Line 236: from pay_element_classifications

232: where classification_id = p_rec.classification_id;
233: -- Bug 11894789
234: Cursor c_sec_ele_class_validation is
235: Select null
236: from pay_element_classifications
237: where classification_id = p_rec.secondary_classification_id;
238: --
239: l_proc varchar2(72) := g_package||'pre_insert';
240: l_exists varchar2(1);