DBA Data[Home] [Help]

APPS.PAY_US_TAXABILITY_RULES_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 57: pay_element_classifications and

53: 09-MAR-1999 A. Rundell 115.2 Removed unnecessary MLS change.
54: 03-JUN-1999 A Handa 115.4 Added legislation_code
55: check in select
56: from
57: pay_element_classifications and
58: pay_taxability_rules.
59: 09-JUL-1999 R. Murthy 115.5 Modified selects and inserts
60: from pay_taxability_rules
61: to include the new not-null

Line 707: FROM pay_element_classifications PEC

703: -- declare cursor
704: --
705: CURSOR get_class_id IS
706: SELECT pec.classification_id
707: FROM pay_element_classifications PEC
708: WHERE PEC.classification_name = p_classification_name
709: AND PEC.legislation_code = 'US';
710: --
711: l_classification_id NUMBER(9);