DBA Data[Home] [Help]

APPS.POS_BATCH_IMPORT_PKG dependencies on AP_TCA_SUPPLIER_SYNC_PKG

Line 1373: ap_tca_supplier_sync_pkg.sync_supplier(l_sync_return_status,

1369:
1370: -- If the vendor exists then Sync it with the party information
1371: IF l_vendor_exists <> 0 THEN
1372: l_vendor_exists := 0;
1373: ap_tca_supplier_sync_pkg.sync_supplier(l_sync_return_status,
1374: l_sync_msg_count,
1375: l_sync_msg_data,
1376: vendor_rec.party_id);
1377: IF l_sync_return_status = fnd_api.g_ret_sts_success THEN

Line 1503: ap_tca_supplier_sync_pkg.sync_supplier(l_sync_return_status,

1499: x_msg_count := l_msg_count;
1500: x_msg_data := l_msg_data;
1501: END IF;
1502: ELSIF party_int_rec.insert_update_flag = 'U' THEN
1503: ap_tca_supplier_sync_pkg.sync_supplier(l_sync_return_status,
1504: l_sync_msg_count,
1505: l_sync_msg_data,
1506: vendor_rec.party_id);
1507: IF l_sync_return_status = fnd_api.g_ret_sts_success THEN