DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032007 dependencies on DUAL

Line 153: FROM dual;

149: -- Calculate the Current Effective Calendar Month to Date Start Date
150: --
151: SELECT trunc(dbi_SES_DTE,'Month')
152: INTO nti_CurMthStrtDte
153: FROM dual;
154: hr_utility.set_location('py_za_tx_01032007.NetTxbIncCalc',2);
155:
156: -- Calculate the Current Effective Calendar Month to Date End Date
157: --

Line 160: FROM dual;

156: -- Calculate the Current Effective Calendar Month to Date End Date
157: --
158: SELECT last_day(dbi_SES_DTE)
159: INTO nti_CurMthEndDte
160: FROM dual;
161: hr_utility.set_location('py_za_tx_01032007.NetTxbIncCalc',3);
162:
163: -- Calculate Site Factor
164: --