DBA Data[Home] [Help]

APPS.PAY_US_DEDN_TEMPLATE_WRAPPER dependencies on PAY_ACTION_PARAMETERS

Line 48: -- Get the value for US_ADVANCED_WAGE_ATTACHMENT from pay_action_parameters

44: l_ele_type_id number;
45: l_proc varchar2(80);
46: l_upgrade_stat varchar2(10);
47: --
48: -- Get the value for US_ADVANCED_WAGE_ATTACHMENT from pay_action_parameters
49: --
50: cursor c_architecture is
51: select parameter_value
52: from pay_action_parameters

Line 52: from pay_action_parameters

48: -- Get the value for US_ADVANCED_WAGE_ATTACHMENT from pay_action_parameters
49: --
50: cursor c_architecture is
51: select parameter_value
52: from pay_action_parameters
53: where parameter_name = 'US_ADVANCED_WAGE_ATTACHMENT';
54: --
55: -- Get the status of UPGRADE GARNISHMENT PROCESS Bug 3549298
56: --