DBA Data[Home] [Help]

APPS.PAY_DYNDBI_CHANGES_PKG dependencies on DUAL

Line 19: from dual

15: )
16: select p_id
17: , p_type
18: , p_language
19: from dual
20: where not exists
21: (
22: select null
23: from pay_dyndbi_changes pdc

Line 46: from dual

42: )
43: select p_id
44: , p_type
45: , p_languages(i)
46: from dual
47: where not exists
48: (
49: select null
50: from pay_dyndbi_changes pdc