DBA Data[Home] [Help]

APPS.PFT_PROFCAL_CUST_PPTILE_PUB dependencies on PFT_PROFCAL_CUST_PPTILE_PUB

Line 1: PACKAGE BODY PFT_PROFCAL_CUST_PPTILE_PUB AS

1: PACKAGE BODY PFT_PROFCAL_CUST_PPTILE_PUB AS
2: /* $Header: PFTPPCTB.pls 120.1 2006/05/25 10:26:44 ssthiaga noship $ */
3:
4: --------------------------------------------------------------------------------
5: -- Declare package constants --

Line 9: g_pkg_name CONSTANT VARCHAR2(30) := 'PFT_PROFCAL_CUST_PPTILE_PUB';

5: -- Declare package constants --
6: --------------------------------------------------------------------------------
7:
8: g_object_version_number CONSTANT NUMBER := 1;
9: g_pkg_name CONSTANT VARCHAR2(30) := 'PFT_PROFCAL_CUST_PPTILE_PUB';
10:
11: -- Constants for p_exec_status_code
12: g_exec_status_error_rerun CONSTANT VARCHAR2(30) := 'ERROR_RERUN';
13: g_exec_status_success CONSTANT VARCHAR2(30) := 'SUCCESS';

Line 903: END PFT_PROFCAL_CUST_PPTILE_PUB;

899: RAISE e_process_single_rule_error;
900:
901: END Update_Nbr_Of_Input_Rows;
902:
903: END PFT_PROFCAL_CUST_PPTILE_PUB;