DBA Data[Home] [Help]

APPS.CN_CUST_MERGE_PVT dependencies on STANDARD

Line 203: , last_updated_by=arp_standard.profile.user_id

199: CUSTOMER_ID=NUM_COL1_NEW_LIST(I)
200: ,BILL_TO_ADDRESS_ID=NUM_COL2_NEW_LIST(I)
201: ,SHIP_TO_ADDRESS_ID=NUM_COL3_NEW_LIST(I)
202: , LAST_UPDATE_DATE=SYSDATE
203: , last_updated_by=arp_standard.profile.user_id
204: , last_update_login=arp_standard.profile.last_update_login
205: WHERE COMMISSION_HEADER_ID=PRIMARY_KEY_ID_LIST(I)
206: ;
207: l_count := l_count + SQL%ROWCOUNT;

Line 204: , last_update_login=arp_standard.profile.last_update_login

200: ,BILL_TO_ADDRESS_ID=NUM_COL2_NEW_LIST(I)
201: ,SHIP_TO_ADDRESS_ID=NUM_COL3_NEW_LIST(I)
202: , LAST_UPDATE_DATE=SYSDATE
203: , last_updated_by=arp_standard.profile.user_id
204: , last_update_login=arp_standard.profile.last_update_login
205: WHERE COMMISSION_HEADER_ID=PRIMARY_KEY_ID_LIST(I)
206: ;
207: l_count := l_count + SQL%ROWCOUNT;
208: IF l_last_fetch THEN

Line 418: , last_updated_by=arp_standard.profile.user_id

414: CUSTOMER_ID=NUM_COL1_NEW_LIST(I)
415: ,BILL_TO_ADDRESS_ID=NUM_COL2_NEW_LIST(I)
416: ,SHIP_TO_ADDRESS_ID=NUM_COL3_NEW_LIST(I)
417: , LAST_UPDATE_DATE=SYSDATE
418: , last_updated_by=arp_standard.profile.user_id
419: , last_update_login=arp_standard.profile.last_update_login
420: WHERE COMM_LINES_API_ID=PRIMARY_KEY_ID_LIST(I)
421: ;
422: l_count := l_count + SQL%ROWCOUNT;

Line 419: , last_update_login=arp_standard.profile.last_update_login

415: ,BILL_TO_ADDRESS_ID=NUM_COL2_NEW_LIST(I)
416: ,SHIP_TO_ADDRESS_ID=NUM_COL3_NEW_LIST(I)
417: , LAST_UPDATE_DATE=SYSDATE
418: , last_updated_by=arp_standard.profile.user_id
419: , last_update_login=arp_standard.profile.last_update_login
420: WHERE COMM_LINES_API_ID=PRIMARY_KEY_ID_LIST(I)
421: ;
422: l_count := l_count + SQL%ROWCOUNT;
423: IF l_last_fetch THEN