DBA Data[Home] [Help]

APPS.ARP_TRX_VALIDATE dependencies on DUAL

Line 1144: FROM dual

1140: AND cr.bill_to_flag = 'Y'
1141: AND CUST_ACCT.CUST_ACCOUNT_ID = CR.CUST_ACCOUNT_ID
1142: UNION ALL
1143: SELECT 'X'
1144: FROM dual
1145: where cust_acct.cust_account_id = TO_NUMBER(p_ct_prev_paying_customer_id)
1146: UNION ALL
1147: SELECT 'X'
1148: FROM dual

Line 1148: FROM dual

1144: FROM dual
1145: where cust_acct.cust_account_id = TO_NUMBER(p_ct_prev_paying_customer_id)
1146: UNION ALL
1147: SELECT 'X'
1148: FROM dual
1149: WHERE cust_acct.cust_account_id =TO_NUMBER(p_bill_to_customer_id)
1150: UNION ALL
1151: SELECT 'X'
1152: FROM ar_paying_relationships_v rel,