DBA Data[Home] [Help]

APPS.PON_VENDORMERGE_GRP dependencies on PON_THREAD_ENTRIES

Line 854: 8. pon_thread_entries

850: 4. pon_party_line_exclusions
851: 5. pon_pf_supplier_formula
852: 6. pon_supplier_access
853: 7. pon_threads
854: 8. pon_thread_entries
855: 9. pon_te_recipients
856: 10. pon_supplier_activities
857: 11. pon_acknowledgements
858: */

Line 1035: UPDATE pon_thread_entries pte

1031: fnd_file.put_line (fnd_file.log, l_progress|| 'Done pon_threads');
1032:
1033: /* Who columns are not in update as we don't have it on table */
1034:
1035: UPDATE pon_thread_entries pte
1036: SET pte.from_company_id = p_trading_partner_id,
1037: pte.from_company_name = p_trading_partner_name,
1038: pte.vendor_id= p_vendor_id
1039: WHERE pte.vendor_id = p_dup_vendor_id

Line 1043: fnd_file.put_line (fnd_file.log, l_progress|| 'Done pon_thread_entries');

1039: WHERE pte.vendor_id = p_dup_vendor_id
1040: AND pte.from_company_id = p_dup_trading_partner_id;
1041:
1042: l_progress := 711;
1043: fnd_file.put_line (fnd_file.log, l_progress|| 'Done pon_thread_entries');
1044:
1045: /* Who columns are not in update as we don't have it on table */
1046:
1047: UPDATE pon_te_recipients ptr