DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on FND_USER

Line 1185: FROM IBE_SH_QUOTE_ACCESS, fnd_user fnd

1181: cust_account_id,
1182: quote_sharee_number,
1183: contact_point_id,
1184: fnd.customer_id shared_by_party_id
1185: FROM IBE_SH_QUOTE_ACCESS, fnd_user fnd
1186: where quote_header_id = c_quote_header_id
1187: and ibe_sh_quote_access.created_by = fnd.user_id;
1188: rec_get_recipients c_get_recipients%rowtype;
1189: l_qte_access_rec IBE_QUOTE_SAVESHARE_pvt.quote_access_rec_type

Line 1187: and ibe_sh_quote_access.created_by = fnd.user_id;

1183: contact_point_id,
1184: fnd.customer_id shared_by_party_id
1185: FROM IBE_SH_QUOTE_ACCESS, fnd_user fnd
1186: where quote_header_id = c_quote_header_id
1187: and ibe_sh_quote_access.created_by = fnd.user_id;
1188: rec_get_recipients c_get_recipients%rowtype;
1189: l_qte_access_rec IBE_QUOTE_SAVESHARE_pvt.quote_access_rec_type
1190: := IBE_QUOTE_SAVESHARE_pvt.G_MISS_QUOTE_ACCESS_REC;
1191: