DBA Data[Home] [Help]

APPS.PO_RCOTOLERANCE_PVT dependencies on PO_RCOTOLERANCE_PVT

Line 1: PACKAGE BODY po_rcotolerance_pvt AS

1: PACKAGE BODY po_rcotolerance_pvt AS
2: /* $Header: POXVRTWB.pls 120.4.12010000.5 2009/01/08 10:22:25 rojain ship $*/
3: -- Read the profile option that enables/disables the debug log
4:
5: g_debug CONSTANT VARCHAR2(1) := nvl(fnd_profile.value('AFLOG_ENABLED'), 'N');

Line 7: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RCOTOLERANCE_PVT';

3: -- Read the profile option that enables/disables the debug log
4:
5: g_debug CONSTANT VARCHAR2(1) := nvl(fnd_profile.value('AFLOG_ENABLED'), 'N');
6:
7: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_RCOTOLERANCE_PVT';
8:
9: g_module_prefix CONSTANT VARCHAR2(50) := 'po.plsql.'
10: || g_pkg_name
11: || '.';

Line 873: END po_rcotolerance_pvt;

869: UPDATE po_change_requests
870: SET approval_required_flag = x_appr_status
871: WHERE change_request_group_id = p_chreqgrp_id;
872: END set_approval_required_flag;
873: END po_rcotolerance_pvt;