DBA Data[Home] [Help]

APPS.PAY_SE_POPULATE_COUNTRIES dependencies on PAY_USER_COLUMN_INSTANCES_PKG

Line 192: PAY_USER_COLUMN_INSTANCES_PKG.INSERT_ROW

188: ) ;
189: /*
190: ----------------------------------------------------------
191: These are the parmeters to call the
192: PAY_USER_COLUMN_INSTANCES_PKG.INSERT_ROW
193: p_rowid in out varchar2,
194: p_user_column_instance_id in out number,
195: p_effective_start_date in date,
196: p_effective_end_date in date,

Line 206: -- Call the Procedure PAY_USER_COLUMN_INSTANCES_PKG.INSERT_ROW to

202: p_value in varchar2 )
203: -------------------------------------------------------------
204: */
205:
206: -- Call the Procedure PAY_USER_COLUMN_INSTANCES_PKG.INSERT_ROW to
207: -- insert rows into the Table
208: --
209: l_row_id1:=TO_CHAR( l_row_id);
210:

Line 211: PAY_USER_COLUMN_INSTANCES_PKG.insert_row

207: -- insert rows into the Table
208: --
209: l_row_id1:=TO_CHAR( l_row_id);
210:
211: PAY_USER_COLUMN_INSTANCES_PKG.insert_row
212: ( p_rowid => l_row_id1
213: ,p_user_column_instance_id => l_user_column_instance_id
214: ,p_effective_start_date => l_effective_start_date
215: ,p_effective_end_date => l_effective_end_date