DBA Data[Home] [Help]

APPS.PO_SETUP_S dependencies on PO_CORE_S

Line 210: po_core_s.get_po_parameters(x_currency_code ,

206: x_rate_type VARCHAR2(30) := NULL;
207:
208: BEGIN
209: x_progress := '5';
210: po_core_s.get_po_parameters(x_currency_code ,
211: x_coa_id ,
212: x_po_encumberance_flag ,
213: x_req_encumberance_flag ,
214: x_sob_id ,

Line 261: x_ussgl_value := PO_CORE_S.Check_Federal_Instance(PO_MOAC_UTILS_PVT.Get_Current_Org_Id); --

257:
258: -- dbms_output.put_line('Before Prog 10');
259:
260: x_progress := '10';
261: x_ussgl_value := PO_CORE_S.Check_Federal_Instance(PO_MOAC_UTILS_PVT.Get_Current_Org_Id); --
262:
263: -- dbms_output.put_line('Before Prog 20');
264:
265: x_progress := '20';

Line 276: po_core_s.get_period_name(x_sob_id,

272:
273: -- dbms_output.put_line('Before Prog 40');
274:
275: x_progress := '40';
276: po_core_s.get_period_name(x_sob_id,
277: x_period_name,
278: x_gl_date);
279:
280: -- dbms_output.put_line('Before Prog 50');

Line 283: po_core_s.get_item_category_structure(x_category_set_id,x_structure_id);

279:
280: -- dbms_output.put_line('Before Prog 50');
281:
282: x_progress := '50';
283: po_core_s.get_item_category_structure(x_category_set_id,x_structure_id);
284:
285: -- dbms_output.put_line('Before Prog 60');
286:
287: x_progress := '60';

Line 288: po_core_s.get_global_values(x_user_id,x_logonid,x_update_date,x_creation_date);

284:
285: -- dbms_output.put_line('Before Prog 60');
286:
287: x_progress := '60';
288: po_core_s.get_global_values(x_user_id,x_logonid,x_update_date,x_creation_date);
289:
290:
291: x_progress := '70';
292: x_line_type := po_line_types_sv.get_line_type (x_line_type_id);

Line 296: po_core_s.get_displayed_value ('OVERRIDE DEFAULTS',

292: x_line_type := po_line_types_sv.get_line_type (x_line_type_id);
293:
294:
295: x_progress := '80';
296: po_core_s.get_displayed_value ('OVERRIDE DEFAULTS',
297: 'ITEM',
298: x_item_tax_override_popup,
299: x_item_account_override_popup);
300:

Line 302: po_core_s.get_displayed_value ('OVERRIDE DEFAULTS',

298: x_item_tax_override_popup,
299: x_item_account_override_popup);
300:
301: x_progress := '90';
302: po_core_s.get_displayed_value ('OVERRIDE DEFAULTS',
303: 'CURRENT',
304: x_curr_tax_override_popup,
305: x_curr_account_override_popup);
306:

Line 309: po_core_s.get_displayed_value ('OVERRIDE DEFAULTS',

305: x_curr_account_override_popup);
306:
307:
308: x_progress := '100';
309: po_core_s.get_displayed_value ('OVERRIDE DEFAULTS',
310: 'AP ACCRUAL',
311: x_use_ap_disp_field,
312: x_use_ap_accrual_account);
313:

Line 316: po_core_s.get_displayed_value ('DESTINATION TYPE',

312: x_use_ap_accrual_account);
313:
314:
315: x_progress := '110';
316: po_core_s.get_displayed_value ('DESTINATION TYPE',
317: 'EXPENSE',
318: x_destination_expense);
319:
320:

Line 322: po_core_s.get_displayed_value ('RCV DESTINATION TYPE',

318: x_destination_expense);
319:
320:
321: x_progress := '120';
322: po_core_s.get_displayed_value ('RCV DESTINATION TYPE',
323: 'SHOP FLOOR',
324: x_destination_shop_floor);
325:
326:

Line 332: po_core_s.get_displayed_value ('AUTHORIZATION STATUS',

328: fnd_profile.get ('REQUISITION_TYPE', x_legal_requisition_type);
329:
330:
331: x_progress := '140';
332: po_core_s.get_displayed_value ('AUTHORIZATION STATUS',
333: 'INCOMPLETE',
334: x_req_incomplete);
335:
336: x_progress := '150';

Line 347: po_core_s.get_displayed_value('FOB',

343: 'PURCHASE',
344: x_req_source_purchase);
345:
346: x_progress := '170';
347: po_core_s.get_displayed_value('FOB',
348: x_fob_lookup_code,
349: x_fob_disp,
350: x_fob_desc,
351: TRUE);

Line 355: po_core_s.get_displayed_value('FREIGHT TERMS',

351: TRUE);
352:
353:
354: x_progress := '180';
355: po_core_s.get_displayed_value('FREIGHT TERMS',
356: x_freight_terms_lookup_code,
357: x_freight_terms_disp,
358: x_freight_terms_desc,
359: TRUE);

Line 425: po_core_s.get_displayed_value ('DESTINATION TYPE',

421:
422:
423:
424: x_progress := '280';
425: po_core_s.get_displayed_value ('DESTINATION TYPE',
426: 'INVENTORY',
427: x_destination_inventory);
428:
429: x_progress := '290';

Line 448: x_gl_set_of_bks_id := po_core_s.get_gl_set_of_bks_id;

444:
445: -- dbms_output.put_line('Before Prog 320');
446:
447: x_progress := '320';
448: x_gl_set_of_bks_id := po_core_s.get_gl_set_of_bks_id;
449:
450: EXCEPTION
451: WHEN OTHERS THEN
452: -- dbms_output.put_line('After Prog ' || X_progress );