DBA Data[Home] [Help]

APPS.PQP_US_FF_FUNCTIONS dependencies on DUAL

Line 367: FROM DUAL;

363: 'MONTH','Assignment within Government Reporting Entity Month',
364: 'QTD','Assignment within Government Reporting Entity Quarter to Date',
365: 'YTD','Assignment within Government Reporting Entity Year to Date',null)
366: INTO l_dimension_name
367: FROM DUAL;
368: ELSIF p_balance_name = 'SIT Alien Withheld' THEN
369: SELECT DECODE (upper(p_period),
370: 'RUN','Assignment in JD within GRE Run',
371: 'MONTH','Assignment in JD within GRE Month',

Line 375: FROM DUAL;

371: 'MONTH','Assignment in JD within GRE Month',
372: 'QTD','Assignment in JD within GRE Quarter to Date',
373: 'YTD','Assignment in JD within GRE Year to Date',null)
374: INTO l_dimension_name
375: FROM DUAL;
376: ELSE
377: RETURN 0;
378: END IF;
379: