DBA Data[Home] [Help]

APPS.PYUDET dependencies on PAY_GB_SOY_OUTPUTS

Line 396: from pay_gb_soy_outputs

392: max(decode(type,'T',line_no,0)))
393: into g_E_line_count,
394: g_P_line_count,
395: g_T_line_count
396: from pay_gb_soy_outputs
397: where request_id = g_request_id;
398: end if;
399: hr_utility.trace('Running mode : ' || g_mode);
400: hr_utility.trace('Business group : ' || g_business_group_id);

Line 647: insert into pay_gb_soy_outputs(request_id, type, line_no, text)

643: end if;
644: --
645: p_line_no := nvl(p_line_no,0) + 1;
646: --
647: insert into pay_gb_soy_outputs(request_id, type, line_no, text)
648: values(l_request_id, p_type, p_line_no, p_text);
649: --
650: END file_output;
651: