DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on FND_USER

Line 411: from fnd_user

407: where quote_header_id = c_quote_header_id;
408:
409: Cursor c_get_party_id (c_user_id number) is
410: select customer_id
411: from fnd_user
412: where user_id = c_user_id;
413: Cursor c_get_auth_details (ci_extension_id IN iby_fndcpt_tx_extensions.trxn_extension_id%TYPE)
414: IS
415: SELECT authorized_flag