DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPE_RULES_PKG dependencies on PAY_ELEMENT_SETS_PKG

Line 64: pay_element_sets_pkg.lock_element_set

60: --
61: begin
62: --
63: -- Lock element set to preserve the current definition.
64: pay_element_sets_pkg.lock_element_set
65: (p_element_set_id);
66: --
67: -- Check to see if the element rule to be inserted will clash with an
68: -- existing classification rule ie. an element type can only be included

Line 84: pay_element_sets_pkg.chk_debit_or_credit

80: -- If an element type rule is being added to a distribution set then make
81: -- sure that all the elements belong to the same debit or credit status.
82: if p_element_set_type = 'D' then
83: --
84: pay_element_sets_pkg.chk_debit_or_credit
85: (p_element_set_id,
86: p_classification_id);
87: --
88: end if;

Line 159: pay_element_sets_pkg.lock_element_set

155: --
156: begin
157: --
158: -- Lock element set to preserve the current definition.
159: pay_element_sets_pkg.lock_element_set
160: (p_element_set_id);
161: --
162: -- Create an exclude element type rule for the element.
163: insert into pay_element_type_rules