DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVESHARE_PVT dependencies on ASO_QUOTE_HEADERS_ALL

Line 1063: select created_by from aso_quote_headers_all

1059:
1060: /* Cursor to select the quote owners used for "Replace Cart" functionality done by a recepient(sharee)*/
1061:
1062: cursor c_check_cart_owner(p_quote_header_id number) is
1063: select created_by from aso_quote_headers_all
1064: where quote_header_id = p_quote_header_id;
1065:
1066: rec_cart_name c_cart_name%rowtype;
1067: l_target_cart_owner number;

Line 1625: from aso_quote_headers_all

1621: l_last_update_date_tmp DATE;
1622:
1623: cursor c_owner_party(c_quote_header_id number) is
1624: select party_id, cust_account_id, quote_header_id
1625: from aso_quote_headers_all
1626: where quote_header_id = c_quote_header_id;
1627:
1628: rec_owner_party c_owner_party%rowtype;
1629: