DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PUB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 19

 FUNCTION update_target_contract(p_chr_id IN NUMBER) RETURN BOOLEAN IS
 BEGIN
   RETURN(OKL_COPY_CONTRACT_PVT.update_target_contract(p_chr_id));
Line: 22

 END update_target_contract;