DBA Data[Home] [Help]

APPS.PAY_BACKPAY_SETS_PKG dependencies on DUAL

Line 22: from sys.dual

18: --
19: begin
20: select null
21: into l_null
22: from sys.dual
23: where not exists (
24: select null
25: from pay_backpay_sets s
26: where s.business_group_id + 0 = P_BUS_GRP_ID

Line 42: from sys.dual

38: --
39: begin
40: select null
41: into l_null
42: from sys.dual
43: where not exists (
44: select null
45: from pay_backpay_sets s
46: where s.business_group_id + 0 = P_BUS_GRP_ID