DBA Data[Home] [Help]

APPS.FUN_CUSTOMERMERGE_PKG dependencies on STANDARD

Line 132: , last_updated_by=arp_standard.profile.user_id

128: UPDATE FUN_NET_CUSTOMERS_ALL yt SET
129: CUST_ACCOUNT_ID=NUM_COL1_NEW_LIST(I)
130: ,CUST_SITE_USE_ID=NUM_COL2_NEW_LIST(I)
131: , LAST_UPDATE_DATE=SYSDATE
132: , last_updated_by=arp_standard.profile.user_id
133: , last_update_login=arp_standard.profile.last_update_login
134: WHERE NETTING_CUSTOMER_ID=PRIMARY_KEY_ID_LIST(I);
135:
136: l_count := l_count + SQL%ROWCOUNT;

Line 133: , last_update_login=arp_standard.profile.last_update_login

129: CUST_ACCOUNT_ID=NUM_COL1_NEW_LIST(I)
130: ,CUST_SITE_USE_ID=NUM_COL2_NEW_LIST(I)
131: , LAST_UPDATE_DATE=SYSDATE
132: , last_updated_by=arp_standard.profile.user_id
133: , last_update_login=arp_standard.profile.last_update_login
134: WHERE NETTING_CUSTOMER_ID=PRIMARY_KEY_ID_LIST(I);
135:
136: l_count := l_count + SQL%ROWCOUNT;
137: IF l_last_fetch THEN