DBA Data[Home] [Help]

APPS.PO_SETUP_S dependencies on FND_PROFILE

Line 19: ALGORITHM : Use fnd_profile.get function to get

15: OWNER : SUBHAJIT PURKAYASTHA
16:
17: PARAMETERS :
18:
19: ALGORITHM : Use fnd_profile.get function to get
20: 'PA_ALLOW_FLEXBUILDER_OVERRIDE' status
21: if value is null then
22: set the value to 'N'
23:

Line 38: fnd_profile.get('PA_ALLOW_FLEXBUILDER_OVERRIDES',x_option_value);

34: begin
35:
36: x_progress := 10;
37:
38: fnd_profile.get('PA_ALLOW_FLEXBUILDER_OVERRIDES',x_option_value);
39: if x_option_value is null then
40: x_option_value := 'N';
41: end if;
42:

Line 65: ALGORITHM : Use fnd_profile.get function to get 'DISPLAY_INVERSE_RATE'

61: OWNER : SUBHAJIT PURKAYASTHA
62:
63: PARAMETERS :
64:
65: ALGORITHM : Use fnd_profile.get function to get 'DISPLAY_INVERSE_RATE'
66: status
67: if value is null then
68: set the value to 'N'
69:

Line 82: fnd_profile.get('DISPLAY_INVERSE_RATE',x_option_value);

78: begin
79:
80: x_progress := 10;
81:
82: fnd_profile.get('DISPLAY_INVERSE_RATE',x_option_value);
83: if x_option_value is null then
84: x_option_value := 'N';
85: end if;
86:

Line 328: fnd_profile.get ('REQUISITION_TYPE', x_legal_requisition_type);

324: x_destination_shop_floor);
325:
326:
327: x_progress := '130';
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',