DBA Data[Home] [Help]

APPS.PV_ACCOUNT_MERGE_PKG dependencies on STANDARD

Line 131: , last_updated_by=arp_standard.profile.user_id

127: FORALL I in 1..MERGE_HEADER_ID_LIST.COUNT
128: UPDATE PV_REFERRALS_B yt SET
129: PARTNER_CUST_ACCOUNT_ID=NUM_COL1_NEW_LIST(I)
130: , LAST_UPDATE_DATE=SYSDATE
131: , last_updated_by=arp_standard.profile.user_id
132: , last_update_login=arp_standard.profile.last_update_login
133: WHERE REFERRAL_ID=PRIMARY_KEY_ID_LIST(I);
134:
135: l_count := l_count + SQL%ROWCOUNT;

Line 132: , last_update_login=arp_standard.profile.last_update_login

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