DBA Data[Home] [Help]

APPS.AS_BUSINESS_EVENT_PVT dependencies on AS_SALES_TEAM_EMP_V

Line 717: from AS_SALES_TEAM_EMP_V where lead_id = p_lead_id;

713: FND_GLOBAL.CONC_LOGIN_ID,
714:
715: -- NUM01-09
716: salesforce_id, sales_group_id, access_id, lead_id
717: from AS_SALES_TEAM_EMP_V where lead_id = p_lead_id;
718:
719: END OppSTeamDataSnapShot;
720:
721:

Line 746: from AS_SALES_TEAM_EMP_V where customer_id = p_cust_id and lead_id IS NULL and

742: FND_GLOBAL.CONC_LOGIN_ID,
743:
744: -- NUM01-09
745: salesforce_id, sales_group_id, access_id, customer_id, address_id
746: from AS_SALES_TEAM_EMP_V where customer_id = p_cust_id and lead_id IS NULL and
747: sales_lead_id IS NULL;
748:
749: END CustSTeamDataSnapShot;
750: