DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_MERGE_V2PVT dependencies on HZ_CUST_PROFILE_CLASSES

Line 2861: l_status HZ_CUST_PROFILE_CLASSES.status%TYPE;

2857: l_is_first BOOLEAN := TRUE;
2858: l_msg_count NUMBER;
2859: l_msg_data VARCHAR2(2000);
2860:
2861: l_status HZ_CUST_PROFILE_CLASSES.status%TYPE;
2862: l_profile_class_name HZ_CUST_PROFILE_CLASSES.name%TYPE;
2863: l_profile_class_id NUMBER;
2864:
2865:

Line 2862: l_profile_class_name HZ_CUST_PROFILE_CLASSES.name%TYPE;

2858: l_msg_count NUMBER;
2859: l_msg_data VARCHAR2(2000);
2860:
2861: l_status HZ_CUST_PROFILE_CLASSES.status%TYPE;
2862: l_profile_class_name HZ_CUST_PROFILE_CLASSES.name%TYPE;
2863: l_profile_class_id NUMBER;
2864:
2865:
2866: BEGIN