DBA Data[Home] [Help]

APPS.PAY_PAYGBRRS_XMLP_PKG dependencies on PAY_CONSOLIDATION_SETS

Line 70: from PAY_CONSOLIDATION_SETS

66: where time_period_id = P_TIME_PERIOD_ID;
67: if P_CONSOLIDATION_SET_ID is not null then
68: select CONSOLIDATION_SET_NAME
69: into CP_CONSOLIDATION_SET_NAME
70: from PAY_CONSOLIDATION_SETS
71: where CONSOLIDATION_SET_ID = P_CONSOLIDATION_SET_ID;
72: else
73: CP_CONSOLIDATION_SET_NAME := null;
74: end if;