DBA Data[Home] [Help]

APPS.OE_PC_RSETS_PKG dependencies on OE_PC_RSETS_PKG

Line 1: PACKAGE BODY OE_PC_RSETS_PKG AS

1: PACKAGE BODY OE_PC_RSETS_PKG AS
2: /* $Header: OEXPCRDB.pls 120.1 2005/07/14 06:12:29 appldev ship $ */
3:
4:
5: PROCEDURE Insert_Row(

Line 624: OE_PC_Rsets_pkg.UPDATE_ROW(

620: l_valid_release:=true;
621: end if;
622: if l_valid_release then
623: --seed data changes end
624: OE_PC_Rsets_pkg.UPDATE_ROW(
625: x_rowid => row_id
626: ,x_record_set_id => x_record_set_id
627: ,x_record_set_display_name => x_record_set_display_name
628: ,x_record_set_description => x_record_set_description

Line 661: oe_pc_rsets_pkg.INSERT_ROW(

657: when NO_DATA_FOUND then
658:
659: l_record_set_id := x_record_set_id;
660:
661: oe_pc_rsets_pkg.INSERT_ROW(
662: x_rowid => row_id
663: ,x_record_set_id => l_record_set_id
664: ,x_record_set_display_name => x_record_set_display_name
665: ,x_record_set_description => x_record_set_description

Line 696: END OE_PC_RSETS_PKG;

692: end;
693:
694: END LOAD_ROW;
695:
696: END OE_PC_RSETS_PKG;