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.8.12020000.3 2013/02/11 00:55:40 vegajula 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 870: END po_rcotolerance_pvt;

866: UPDATE po_change_requests
867: SET approval_required_flag = x_appr_status
868: WHERE change_request_group_id = p_chreqgrp_id;
869: END set_approval_required_flag;
870: END po_rcotolerance_pvt;