DBA Data[Home] [Help]

APPS.AMS_IBA_PL_PARAMETERS_B_PKG dependencies on AMS_IBA_PL_PARAMETERS_B_PKG

Line 1: PACKAGE BODY AMS_IBA_PL_PARAMETERS_B_PKG as

1: PACKAGE BODY AMS_IBA_PL_PARAMETERS_B_PKG as
2: /* $Header: amstparb.pls 120.0 2005/05/31 15:23:03 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_IBA_PL_PARAMETERS_B_PKG

2: /* $Header: amstparb.pls 120.0 2005/05/31 15:23:03 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_IBA_PL_PARAMETERS_B_PKG
7: -- Purpose
8: --
9: -- History
10: --

Line 17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_IBA_PL_PARAMETERS_B_PKG';

13: -- End of Comments
14: -- ===============================================================
15:
16:
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_IBA_PL_PARAMETERS_B_PKG';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amstparb.pls';
19:
20:
21: ----------------------------------------------------------

Line 464: AMS_IBA_PL_PARAMETERS_B_PKG.Insert_Row (

460: l_parameter_id := x_parameter_id;
461: end if;
462: l_obj_verno := 1;
463:
464: AMS_IBA_PL_PARAMETERS_B_PKG.Insert_Row (
465: px_parameter_id => l_parameter_id,
466: p_site_id => x_site_id,
467: p_site_ref_code => x_site_ref_code,
468: p_parameter_ref_code => x_parameter_ref_code,

Line 486: AMS_IBA_PL_PARAMETERS_B_PKG.UPDATE_ROW (

482: close c_db_data_details;
483:
484: if (l_db_luby_id IN (0, 1, 2) or NVL(x_custom_mode, 'PRESERVE')='FORCE')
485: then
486: AMS_IBA_PL_PARAMETERS_B_PKG.UPDATE_ROW (
487: p_parameter_id => x_parameter_id,
488: p_site_id => x_site_id,
489: p_site_ref_code => x_site_ref_code,
490: p_parameter_ref_code => x_parameter_ref_code,

Line 506: END AMS_IBA_PL_PARAMETERS_B_PKG;

502: end if;
503: close c_chk_parameter_exists;
504: END load_row;
505:
506: END AMS_IBA_PL_PARAMETERS_B_PKG;