DBA Data[Home] [Help]

APPS.AMS_IBA_PL_STYLESHTS_B_PKG dependencies on AMS_IBA_PL_STYLESHTS_B_PKG

Line 1: PACKAGE BODY AMS_IBA_PL_STYLESHTS_B_PKG as

1: PACKAGE BODY AMS_IBA_PL_STYLESHTS_B_PKG as
2: /* $Header: amststyb.pls 120.0 2005/05/31 23:24:49 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_IBA_PL_STYLESHTS_B_PKG

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

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

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

Line 483: AMS_IBA_PL_STYLESHTS_B_PKG.Insert_Row (

479: l_stylesheet_id := x_stylesheet_id;
480: end if;
481: l_obj_verno := 1;
482:
483: AMS_IBA_PL_STYLESHTS_B_PKG.Insert_Row (
484: px_stylesheet_id => l_stylesheet_id,
485: p_content_type => x_content_type,
486: p_stylesheet_filename => x_stylesheet_filename,
487: p_status_code => x_status_code,

Line 504: AMS_IBA_PL_STYLESHTS_B_PKG.UPDATE_ROW (

500: close c_db_data_details;
501:
502: if (l_db_luby_id IN (0, 1, 2) or NVL(x_custom_mode, 'PRESERVE')='FORCE')
503: then
504: AMS_IBA_PL_STYLESHTS_B_PKG.UPDATE_ROW (
505: p_stylesheet_id => x_stylesheet_id,
506: p_content_type => x_content_type,
507: p_stylesheet_filename => x_stylesheet_filename,
508: p_status_code => x_status_code,

Line 523: END AMS_IBA_PL_STYLESHTS_B_PKG;

519: end if;
520: close c_chk_style_exists;
521: END load_row;
522:
523: END AMS_IBA_PL_STYLESHTS_B_PKG;