DBA Data[Home] [Help]

APPS.AMS_LIST_SRC_TYPE_ASSOCS_PKG dependencies on AMS_LIST_SRC_TYPE_ASSOCS_PKG

Line 1: PACKAGE BODY AMS_LIST_SRC_TYPE_ASSOCS_PKG as

1: PACKAGE BODY AMS_LIST_SRC_TYPE_ASSOCS_PKG as
2: /* $Header: amststab.pls 120.0 2005/05/31 20:47:13 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_LIST_SRC_TYPE_ASSOCS_PKG

2: /* $Header: amststab.pls 120.0 2005/05/31 20:47:13 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_LIST_SRC_TYPE_ASSOCS_PKG
7: -- Purpose
8: --
9: -- History
10: --

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

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

Line 332: ams_list_src_type_assocs_pkg.insert_row (

328: l_list_source_type_assoc_id := x_list_source_type_assoc_id;
329: END IF;
330: l_obj_verno := 1;
331:
332: ams_list_src_type_assocs_pkg.insert_row (
333: --x_rowid => l_row_id,
334: px_list_source_type_assoc_id => l_list_source_type_assoc_id,
335: p_last_update_date => SYSDATE,
336: p_last_updated_by => l_user_id,

Line 360: ams_list_src_type_assocs_pkg.update_row (

356:
357: if (l_last_updated_by in (1,2,0) OR
358: NVL(x_custom_mode,'PRESERVE')='FORCE') THEN
359:
360: ams_list_src_type_assocs_pkg.update_row (
361: p_list_source_type_assoc_id => x_list_source_type_assoc_id,
362: p_last_update_date => SYSDATE,
363: p_last_updated_by => l_user_id,
364: p_creation_date => sysdate,

Line 380: END AMS_LIST_SRC_TYPE_ASSOCS_PKG;

376:
377: END IF;
378: END load_row;
379:
380: END AMS_LIST_SRC_TYPE_ASSOCS_PKG;