DBA Data[Home] [Help]

APPS.PAY_PYGBNICV_XMLP_PKG dependencies on PAY_CONSOLIDATION_SETS

Line 21: from pay_consolidation_sets

17:
18: begin
19: select consolidation_set_name
20: into c_consolidation_set
21: from pay_consolidation_sets
22: where consolidation_set_id = p_consolidation_set;
23: exception
24: when no_data_found then
25: null;