DBA Data[Home] [Help]

PACKAGE: APPS.OKE_FIX_MERGE_PUB

Source


1 PACKAGE OKE_FIX_MERGE_PUB AUTHID CURRENT_USER AS
2 /*$Header: OKEPMRGS.pls 115.0 2004/04/29 06:38:18 who noship $ */
3 
4 
5 /* This procedure fixes the data for OKE. specifically in the
6    OKC_K_PARTY_ROLES_B table for information such as
7    Customer Account, Customer Bill To etc etc
8 
9    These roles in OKE are not merged when the customer runs
10    Customer Merge programs. This procedure will fix these roles
11    for the contract id specfied.*/
12 
13 PROCEDURE  fix_merge_for_contract(k_header_id NUMBER);
14 
15 END OKE_FIX_MERGE_PUB;
16