DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032005 dependencies on DUAL

Line 177: FROM dual;

173: -- Calculate the Current Effective Calendar Month to Date Start Date
174: --
175: SELECT trunc(dbi_SES_DTE,'Month')
176: INTO nti_CurMthStrtDte
177: FROM dual;
178: hr_utility.set_location('py_za_tx_01032005.NetTxbIncCalc',2);
179:
180: -- Calculate the Current Effective Calendar Month to Date End Date
181: --

Line 184: FROM dual;

180: -- Calculate the Current Effective Calendar Month to Date End Date
181: --
182: SELECT last_day(dbi_SES_DTE)
183: INTO nti_CurMthEndDte
184: FROM dual;
185: hr_utility.set_location('py_za_tx_01032005.NetTxbIncCalc',3);
186:
187: -- Calculate Site Factor
188: --