DBA Data[Home] [Help]

APPS.AST_UWQ_OLIST_WORK_ACTION dependencies on PRP_PROP_OBJECTS_V

Line 641: from PRP_PROP_OBJECTS_V

637: where site.party_id = p_cust_id
638: and site.identifying_address_flag = 'Y';
639:
640: cursor c_prop(p_lead_id number) is select 'x'
641: from PRP_PROP_OBJECTS_V
642: where object_id=p_lead_id
643: and object_type='OPPORTUNITY';
644:
645: cursor c_quote(p_lead_id number) is select 'x'