DBA Data[Home] [Help]

APPS.ASP_ORDER_ALERT_AGENT dependencies on OE_BLANKET_HEADERS_ALL

Line 78: FROM oe_blanket_headers_all oobha,

74: l_debug_statment number;
75:
76: CURSOR get_customer_id(c_blanket_header_id in number) is
77: SELECT party.party_id as customer_id
78: FROM oe_blanket_headers_all oobha,
79: hz_parties party,
80: hz_cust_accounts_all cust_acct
81: WHERE oobha.header_id = c_blanket_header_id
82: and oobha.sold_to_org_id = cust_acct.cust_account_id(+)