DBA Data[Home] [Help]

APPS.AR_TP_STMT_PKG dependencies on AR_TP_STMT_PKG

Line 1: PACKAGE BODY AR_TP_STMT_PKG AS

1: PACKAGE BODY AR_TP_STMT_PKG AS
2: -- $Header: ARSTMTRPTPB.pls 120.2 2008/03/05 13:54:33 sgudupat noship $
3: /*===========================================================================+
4: --*************************************************************************
5: -- Copyright (c) 2000 Oracle Product Development

Line 16: -- This script creates the package body of AR_TP_STMT_PKG

12: -- PROGRAM NAME
13: -- ARSTMTRPTPB.pls
14: --
15: -- DESCRIPTION
16: -- This script creates the package body of AR_TP_STMT_PKG
17: -- This package is used for Supplier/Customer Statement Reports.
18: --
19: -- USAGE
20: -- To install sqlplus / @ARSTMTRPTPB.pls

Line 21: -- To execute sqlplus / AR_TP_STMT_PKG.

17: -- This package is used for Supplier/Customer Statement Reports.
18: --
19: -- USAGE
20: -- To install sqlplus / @ARSTMTRPTPB.pls
21: -- To execute sqlplus / AR_TP_STMT_PKG.
22: --
23: -- PROGRAM LIST DESCRIPTION
24: --
25: -- BEFOREREPORT This function is used to dynamically get the

Line 376: END AR_TP_STMT_PKG;

372: END IF;
373: RETURN (lc_primary_flag||lc_cust_phone_number);
374: END contact_details;
375:
376: END AR_TP_STMT_PKG;