DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_ACTION_PARAMETERS

Line 805: from pay_action_parameters

801: l_proc varchar2(80) := gv_package||'.StartProcess';
802:
803: cursor cur_workflow_mode is
804: select nvl(substr(parameter_value,1,1), 'W')
805: from pay_action_parameters
806: where parameter_name = 'PAYROLL_CA_WF_NOTIFY_ACTION';
807:
808: cursor cur_retro_period is
809: select period_name

Line 2926: from pay_action_parameters

2922: l_proc varchar2(80) := gv_package||'.StartProcess';
2923:
2924: cursor cur_workflow_mode is
2925: select nvl(substr(parameter_value,1,1), 'W')
2926: from pay_action_parameters
2927: where parameter_name = 'PAYROLL_CA_WF_NOTIFY_ACTION';
2928:
2929: cursor cur_retro_period is
2930: select period_name