DBA Data[Home] [Help]

APPS.PO_SETUP_S1 dependencies on FND_PROFILE

Line 95: fnd_profile.get('PO_DIRECT_DELIVERY_TO_SHOPFLOOR',x_eam_profile);

91: x_progress := '010';
92: x_eam_install_status := po_core_s.get_product_install_status('EAM');
93:
94: x_progress := '020';
95: fnd_profile.get('PO_DIRECT_DELIVERY_TO_SHOPFLOOR',x_eam_profile);
96:
97: EXCEPTION
98: WHEN OTHERS THEN
99: po_message_s.sql_error('po_setup_s1.get_eam_status', x_progress, sqlcode);

Line 170: x_pon_use_profile := fnd_profile.value('PO_ALLOW_AUTOCREATE_SOURCING_DOCS');

166: x_pon_use_profile varchar2(1) := 'N';
167:
168: BEGIN
169: x_progress := '010';
170: x_pon_use_profile := fnd_profile.value('PO_ALLOW_AUTOCREATE_SOURCING_DOCS');
171:
172: /* return the sourcing install status only if the Use Sourcing profile is set to yes
173: Otherwise return the install status as N irrespective of the fnd install status */
174:

Line 231: l_profile_value := FND_PROFILE.value('PO_SERVICES_ENABLED');

227: l_progress := '000'; PO_DEBUG.debug_begin(l_log_head);
228:
229: -- Profile Option ---------------------------------------------------------
230:
231: l_profile_value := FND_PROFILE.value('PO_SERVICES_ENABLED');
232:
233: l_progress := '010'; PO_DEBUG.debug_var ( p_log_head => l_log_head
234: , p_progress => l_progress
235: , p_name => 'PO: Enable Services Procurement'