DBA Data[Home] [Help]

APPS.PO_SOURCING3_SV dependencies on FND_PROFILE

Line 67: fnd_profile.get('REQUISITION_TYPE', X_legal_requisition_option);

63:
64: /* Get Legal Requisition Type profile option */
65:
66: X_progress := '031';
67: fnd_profile.get('REQUISITION_TYPE', X_legal_requisition_option);
68:
69: /* Get the menu title */
70:
71: X_progress := '035';

Line 80: fnd_profile.get('PO_ITEM_REFERENCE_WARNING', X_item_cross_ref_type);

76: /* Get the disposition message item cross reference type.
77: */
78:
79: X_progress := '036';
80: fnd_profile.get('PO_ITEM_REFERENCE_WARNING', X_item_cross_ref_type);
81:
82: /* Get working organization and set of books information.
83: ** Also obtain the disposition warning flag from the
84: ** purchasing options table.

Line 158: ** DEBUG -- have my own call to fnd_profile.get because call to po_setup_s

154: X_ship_for_del_loc_name);
155:
156:
157: /* Get the inverse rate profile option.
158: ** DEBUG -- have my own call to fnd_profile.get because call to po_setup_s
159: ** function to do this is not working.
160: */
161:
162: X_progress := '080';

Line 163: fnd_profile.get('DISPLAY_INVERSE_RATE', X_display_inverse_rate);

159: ** function to do this is not working.
160: */
161:
162: X_progress := '080';
163: fnd_profile.get('DISPLAY_INVERSE_RATE', X_display_inverse_rate);
164:
165: EXCEPTION
166:
167: when others then