DBA Data[Home] [Help]

APPS.AMS_IBA_PL_PAGES_B_PKG dependencies on AMS_IBA_PL_PAGES_B_PKG

Line 1: PACKAGE BODY AMS_IBA_PL_PAGES_B_PKG as

1: PACKAGE BODY AMS_IBA_PL_PAGES_B_PKG as
2: /* $Header: amstpagb.pls 115.11 2003/03/12 00:26:04 ryedator ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_IBA_PL_PAGES_B_PKG

2: /* $Header: amstpagb.pls 115.11 2003/03/12 00:26:04 ryedator ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_IBA_PL_PAGES_B_PKG
7: -- Purpose
8: -- Table api to insert/update/delete placement pages
9: -- History
10: --

Line 16: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_IBA_PL_PAGES_B_PKG';

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

Line 489: AMS_IBA_PL_PAGES_B_PKG.Insert_Row (

485: l_page_id := x_page_id;
486: end if;
487: l_obj_verno := 1;
488:
489: AMS_IBA_PL_PAGES_B_PKG.Insert_Row (
490: px_page_id => l_page_id,
491: p_site_id => x_site_id,
492: p_site_ref_code => x_site_ref_code,
493: p_page_ref_code => x_page_ref_code,

Line 511: AMS_IBA_PL_PAGES_B_PKG.UPDATE_ROW (

507: close c_db_data_details;
508:
509: if (l_db_luby_id IN (0, 1, 2) or NVL(x_custom_mode, 'PRESERVE')='FORCE')
510: then
511: AMS_IBA_PL_PAGES_B_PKG.UPDATE_ROW (
512: p_page_id => x_page_id,
513: p_site_id => x_site_id,
514: p_site_ref_code => x_site_ref_code,
515: p_page_ref_code => x_page_ref_code,

Line 532: END AMS_IBA_PL_PAGES_B_PKG;

528: end if;
529: close c_chk_page_exists;
530: END load_row;
531:
532: END AMS_IBA_PL_PAGES_B_PKG;