DBA Data[Home] [Help]

APPS.AS_INTEREST_TYPES_PUB dependencies on AS_INTEREST_TYPES_PKG

Line 24: -- Pre-Reqs : Table Handler as_interest_types_pkg.insert_row should exist

20: --
21: -- API Name : create_interest_type
22: -- Type : Public
23: -- Function : To create the Interest Types using the table handler
24: -- Pre-Reqs : Table Handler as_interest_types_pkg.insert_row should exist
25: -- Parameters :
26: -- IN : p_api_version_number IN NUMBER
27: -- p_init_msg_list IN VARCHAR2
28: -- p_commit IN VARCHAR2

Line 340: as_interest_types_pkg.insert_row(

336: RAISE fnd_api.g_exc_error;
337: end if;
338:
339: -- Insert a New Interest Type into table
340: as_interest_types_pkg.insert_row(
341: l_row_id,
342: x_interest_type_id,
343: l_master_enabled_flag,
344: l_enabled_flag,

Line 416: -- Pre-Reqs : Table Handler as_interest_types_pkg.update_row should exist

412: --
413: -- API Name : update_interest_type
414: -- Type : Public
415: -- Function : To update the Interest Types using the table handler
416: -- Pre-Reqs : Table Handler as_interest_types_pkg.update_row should exist
417: -- Parameters :
418: -- IN : p_api_version_number IN NUMBER
419: -- p_init_msg_list IN VARCHAR2
420: -- p_commit IN VARCHAR2

Line 848: as_interest_types_pkg.update_row(

844: RAISE fnd_api.g_exc_unexpected_error;
845: END IF;
846:
847: -- update Interest Type ID in the table
848: as_interest_types_pkg.update_row(
849: p_interest_type_rec.interest_type_id,
850: x_master_enabled_flag,
851: x_enabled_flag,
852: x_company_classification_flag,