DBA Data[Home] [Help]

APPS.PAY_COSTING_SUMMARY_REP_PKG dependencies on DUAL

Line 815: FROM dual;

811: WHERE payroll_action_id=cp_payroll_action_id;
812:
813: CURSOR c_get_accruals(cp_cost_type in VARCHAR2) IS
814: SELECT nvl(hr_general.decode_lookup('PAY_PAYRPCBR',cp_cost_type),' ')
815: FROM dual;
816:
817:
818: /************************************************************
819: ** Cursor to get the Costing flex which IS setup at

Line 843: FROM dual;

839: ORDER BY segment_num;
840:
841: CURSOR c_get_session_id IS
842: SELECT userenv('sessionid')
843: FROM dual;
844:
845: /************************************************************
846: ** Cursor returns payroll/gre totals
847: ************************************************************/