DBA Data[Home] [Help]

APPS.PAY_MX_BAL_UPLOAD dependencies on DUAL

Line 95: from dual ;

91: DECODE(MOD(TO_NUMBER(TO_CHAR(p_upload_date,'MM')),2),
92: 1, 1,
93: 0, 2)
94: )
95: from dual ;
96:
97: -- Holds the start of the period for the upload date.
98: l_prd_start_date date;
99: