DBA Data[Home] [Help]

APPS.PQH_SS_PRINT dependencies on PQH_SS_PRINT_LABEL_TEMP

Line 979: from pqh_ss_print_label_temp

975:
976: hr_utility.set_location('Leaving: ' || l_proc,10);
977:
978: Delete
979: from pqh_ss_print_label_temp
980: where trunc(creation_date) < p_effective_date;
981: -- Issuing autonomous commit
982: COMMIT;
983: hr_utility.set_location('Leaving: ' || l_proc,20);