DBA Data[Home] [Help]

APPS.PAY_ELE_CLASS_RULES_PKG dependencies on PAY_ELEMENT_SETS_PKG

Line 209: pay_element_sets_pkg.lock_element_set

205: --
206: BEGIN
207: --
208: -- Lock element set to preserve the current definition.
209: pay_element_sets_pkg.lock_element_set
210: (X_Element_Set_Id);
211: --
212: chk_insert_ele_classification
213: (X_Rowid,

Line 221: pay_element_sets_pkg.chk_debit_or_credit

217: -- If adding a classification to a distribution set make sure the debit or
218: -- credit status is the same for all elements within the set.
219: if X_Element_Set_Type = 'D' then
220: --
221: pay_element_sets_pkg.chk_debit_or_credit
222: (X_Element_Set_Id,
223: X_Classification_Id);
224: --
225: end if;

Line 348: pay_element_sets_pkg.lock_element_set

344: X_Classification_Id NUMBER) IS
345: BEGIN
346: --
347: -- Lock element set to preserve the current definition.
348: pay_element_sets_pkg.lock_element_set
349: (X_Element_Set_Id);
350: --
351: chk_delete_ele_classification
352: (X_Element_Set_Id,