DBA Data[Home] [Help]

APPS.PER_FI_POPULATE_COUNTRIES dependencies on PAY_USER_ROW_API

Line 87: These are the parmeters to call the PAY_USER_ROW_API.UPDATE_USER_ROW

83: l_BASE_ROW_LOW_RANGE_OR_NAME :=' ';
84:
85: /*
86: ----------------------------------------------------------
87: These are the parmeters to call the PAY_USER_ROW_API.UPDATE_USER_ROW
88: P_VALIDATE BOOLEAN IN DEFAULT
89: P_EFFECTIVE_DATE DATE IN
90: P_DATETRACK_UPDATE_MODE VARCHAR2 IN
91: P_USER_ROW_ID NUMBER IN

Line 109: PAY_USER_ROW_API.UPDATE_USER_ROW

105: FETCH c_chk_territory INTO l_row_low_range_or_name ;
106: CLOSE c_chk_territory;
107:
108:
109: PAY_USER_ROW_API.UPDATE_USER_ROW
110: ( FALSE
111: , l_effective_date
112: , 'CORRECTION'
113: , tc_rec.user_row_id

Line 153: These are the parmeters to call the PAY_USER_ROW_API.CREATE_USER_ROW

149: l_user_column_instance_id := NULL;
150:
151: /*
152: ----------------------------------------------------------
153: These are the parmeters to call the PAY_USER_ROW_API.CREATE_USER_ROW
154: p_validate in boolean default false
155: ,p_effective_date in date
156: ,p_user_table_id in number
157: ,p_row_low_range_or_name in varchar2

Line 174: -- Call the Procedure pay_user_row_api.create_user_row to insert

170: --Please refer bug 6908057 as the argument P_BASE_ROW_LOW_RANGE_OR_NAME has been removed
171: -------------------------------------------------------------
172: */
173:
174: -- Call the Procedure pay_user_row_api.create_user_row to insert
175: --rows into the Table
176: --
177: l_display_sequence := l_display_sequence + 1 ;
178: l_effective_date := TO_DATE('01010001','DDMMYYYY');

Line 182: PAY_USER_ROW_API.CREATE_USER_ROW

178: l_effective_date := TO_DATE('01010001','DDMMYYYY');
179:
180: /* changed to named arguments w.r.t Bug 6908057 */
181:
182: PAY_USER_ROW_API.CREATE_USER_ROW
183: (p_validate => FALSE
184: ,p_effective_date => l_effective_date
185: ,p_user_table_id => l_user_table_id
186: ,p_row_low_range_or_name => territory_rec.territory_short_name