DBA Data[Home] [Help]

APPS.OKL_CREDIT_PUB dependencies on OKX_CUSTOMER_ACCOUNTS_V

Line 3064: from okx_customer_accounts_v a

3060:
3061: CURSOR c_acct(p_cust_acct_id number)
3062: IS
3063: select a.id1
3064: from okx_customer_accounts_v a
3065: where a.id1 = p_cust_acct_id
3066: ;
3067:
3068: CURSOR c_acct_num(p_cust_acct_number VARCHAR2)

Line 3071: from okx_customer_accounts_v a

3067:
3068: CURSOR c_acct_num(p_cust_acct_number VARCHAR2)
3069: IS
3070: select a.id1
3071: from okx_customer_accounts_v a
3072: where a.description = p_cust_acct_number
3073: ;
3074:
3075: BEGIN