DBA Data[Home] [Help]

APPS.GHR_WF_WGI_PKG dependencies on GHR_PROCESS_SF52

Line 2565: GHR_PROCESS_SF52.create_shadow_row ( p_sf52_data => l_sf52_data_in_rec);

2561: -- Check if PA Request ID exists
2562: open csr_check_par;
2563: fetch csr_check_par into l_count;
2564: if l_count = 1 then
2565: GHR_PROCESS_SF52.create_shadow_row ( p_sf52_data => l_sf52_data_in_rec);
2566: else
2567: -- if the cursor does not return a row then we must set the out
2568: -- parameter to null
2569: null;