DBA Data[Home] [Help]

APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on DUAL

Line 126: 05-Mar-97 jalloun 40.28 Changed all calls to sys.dual to

122: records from the assignment and
123: address forms. 268389
124:
125:
126: 05-Mar-97 jalloun 40.28 Changed all calls to sys.dual to
127: new standard.
128:
129: 07-Mar-97 lwthomps 40.29 Defaulting of tax rules.
130: Now catches filing status and

Line 238: CURSOR C2 IS SELECT per_assignment_extra_info_s.nextval FROM sys.dual;

234: --
235: CURSOR C IS SELECT rowid FROM PER_ASSIGNMENT_EXTRA_INFO
236: WHERE assignment_extra_info_id = X_Assignment_Extra_Info_Id;
237: --
238: CURSOR C2 IS SELECT per_assignment_extra_info_s.nextval FROM sys.dual;
239: --
240: -- Because of how we report school tax balances we need to check
241: -- that each local record within a state has a unique SD code
242: --