DBA Data[Home] [Help]

APPS.PAY_INS_CUSTOM_TEMPLATE dependencies on PAY_REPORT_VARIABLES_S

Line 400: SELECT pay_report_variables_s.nextval INTO p_report_variable_id FROM DUAL;

396: l_proc_name := 'INSERT_REPORT_VARIABLE';
397: hr_utility.trace('Entering '||l_proc_name);
398: hr_utility.trace('Inserting report variable '|| p_name);
399:
400: SELECT pay_report_variables_s.nextval INTO p_report_variable_id FROM DUAL;
401:
402: IF DEBUG_MODE THEN
403: hr_utility.trace('INSERT INTO pay_report_variables(report_variable_id,report_definition_id,definition_type,name,value,legislation_code,business_group_id) ' ||
404: 'VALUES(' ||p_report_variable_id||','||p_report_definition_id||','||p_definition_type||','||p_name||','||p_value||','||NULL||','||p_business_group_id||')');