DBA Data[Home] [Help]

PACKAGE BODY: APPS.PA_EFC_UTILS_PKG

Source


1 PACKAGE BODY PA_EFC_UTILS_PKG AS
2 /* $Header: PAEFCUTB.pls 120.1 2005/06/17 11:47:54 ramurthy noship $ */
3 
4 --
5 -- Checks if the interface tables below are not arpulated for the
6 -- set of books currently undergoing EFC Migration
7 --
8 --
9 PROCEDURE interface_table_validation (p_phase_code IN VARCHAR2)  IS
10 
11 BEGIN
12 
13 NULL;
14 
15 END interface_table_validation;
16 
17 END PA_EFC_UTILS_PKG;