DBA Data[Home] [Help]

APPS.FTE_TENDER_PVT dependencies on FTE_NAME_TAB_TYPE

Line 2706: l_user_list FTE_NAME_TAB_TYPE;

2702: l_role_email_address VARCHAR2(1000);
2703: l_notif VARCHAR2(1000);
2704: l_lang VARCHAR2(100);
2705: l_ter VARCHAR2(1000);
2706: l_user_list FTE_NAME_TAB_TYPE;
2707: l_user_name VARCHAR2(10000);
2708: idx NUMBER;
2709: l_user_exists BOOLEAN;
2710:

Line 2800: l_user_list := FTE_NAME_TAB_TYPE();

2796: END IF;
2797:
2798:
2799: -- get all users associated with this party
2800: l_user_list := FTE_NAME_TAB_TYPE();
2801:
2802: -- add the carrier contact too to the list. Thats how email will be send to
2803: -- carrier contact.
2804: l_user_list.EXTEND;