DBA Data[Home] [Help]

APPS.PO_ASL_SV dependencies on PO_CORE_S

Line 394: po_core_s.get_item_category_structure(x_po_category_set_id,

390: begin
391:
392: x_chv_cum_flag := 'N';
393:
394: po_core_s.get_item_category_structure(x_po_category_set_id,
395: x_po_structure_id);
396:
397: x_progress := '020';
398:

Line 399: x_chv_install := po_core_s.get_product_install_status('CHV');

395: x_po_structure_id);
396:
397: x_progress := '020';
398:
399: x_chv_install := po_core_s.get_product_install_status('CHV');
400:
401: /* If Supplier Scheduling is installed, check to see whether we have
402: ** an open CUM period for the current form organization.
403: */