DBA Data[Home] [Help]

APPS.PV_BATCH_ASSIGN_PUB dependencies on AS_STATUSES_B

Line 78: as_statuses_b d

74: SELECT a.lead_id, a.description
75: FROM as_leads_all a,
76: pv_lead_workflows b,
77: pv_channel_types c,
78: as_statuses_b d
79: WHERE a.channel_code = c.channel_lookup_code
80: AND c.channel_lookup_type = 'SALES_CHANNEL'
81: AND c.indirect_channel_flag = 'Y'
82: AND a.lead_id = b.lead_id (+)

Line 98: hz_locations e, as_statuses_b f

94: pc_fromdate DATE) IS
95: SELECT a.lead_id, a.description
96: FROM as_leads_all a, pv_lead_workflows b,
97: pv_channel_types c,hz_party_sites d,
98: hz_locations e, as_statuses_b f
99: WHERE a.channel_code = c.channel_lookup_code
100: AND a.address_id = d.party_site_id
101: AND d.location_id = e.location_id
102: AND d.status IN ('A','I')