DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032006 dependencies on DUAL

Line 157: FROM dual;

153: -- Calculate the Current Effective Calendar Month to Date Start Date
154: --
155: SELECT trunc(dbi_SES_DTE,'Month')
156: INTO nti_CurMthStrtDte
157: FROM dual;
158: hr_utility.set_location('py_za_tx_01032006.NetTxbIncCalc',2);
159:
160: -- Calculate the Current Effective Calendar Month to Date End Date
161: --

Line 164: FROM dual;

160: -- Calculate the Current Effective Calendar Month to Date End Date
161: --
162: SELECT last_day(dbi_SES_DTE)
163: INTO nti_CurMthEndDte
164: FROM dual;
165: hr_utility.set_location('py_za_tx_01032006.NetTxbIncCalc',3);
166:
167: -- Calculate Site Factor
168: --