DBA Data[Home] [Help]

APPS.PAY_PAYGBGTN_XMLP_PKG dependencies on PAY_CONSOLIDATION_SETS

Line 43: from PAY_CONSOLIDATION_SETS

39: where time_period_id = P_TIME_PERIOD_ID;
40: if P_CONSOLIDATION_SET_ID is not null then
41: select CONSOLIDATION_SET_NAME
42: into CP_CONSOLIDATION_SET_NAME
43: from PAY_CONSOLIDATION_SETS
44: where CONSOLIDATION_SET_ID = P_CONSOLIDATION_SET_ID;
45: else
46: CP_CONSOLIDATION_SET_NAME := null;
47: end if;