DBA Data[Home] [Help]

APPS.PO_SOURCING3_SV dependencies on PO_CORE_S

Line 53: po_core_s.get_item_category_structure(X_category_set_id,

49:
50: /* Get category set and structure. */
51:
52: X_progress := '010';
53: po_core_s.get_item_category_structure(X_category_set_id,
54: X_structure_id);
55:
56: /* Get Catalog profile options. */
57:

Line 72: po_core_s3.get_window_org_sob(X_multi_org_form,

68:
69: /* Get the menu title */
70:
71: X_progress := '035';
72: po_core_s3.get_window_org_sob(X_multi_org_form,
73: X_window_org_id,
74: X_window_org_name);
75:
76: /* Get the disposition message item cross reference type.

Line 118: po_core_s.get_period_name(X_sob_id,

114:
115: /* Get the GL Date for the set of books. */
116:
117: X_progress := '041';
118: po_core_s.get_period_name(X_sob_id,
119: X_period_name,
120: X_gl_date);
121:
122: /* Get current employee information for deliver-to defaults. */