DBA Data[Home] [Help]

APPS.AP_WEB_INACTIVE_EMP_WF_PKG dependencies on DUAL

Line 1792: from dual

1788: p_itemkey in varchar2,
1789: p_cc_billed_start_date in date,
1790: p_cc_billed_end_date in date) is
1791: select 1
1792: from dual
1793: where exists (select cct.trx_id
1794: from ap_cards_all ac,
1795: ap_credit_card_trxns cct
1796: where ac.card_program_id = p_credit_card_program_id

Line 1939: from dual

1935: p_inact_employee_id in number,
1936: p_itemkey in varchar2)
1937: IS
1938: select 1
1939: from dual
1940: where exists (select cct.trx_id
1941: from ap_credit_card_trxns cct,
1942: ap_cards_all ac,
1943: --ap_card_programs_all cp,