DBA Data[Home] [Help]

APPS.PA_FI_AMT_CALC_PKG dependencies on FND_REQUEST

Line 144: PA_DEBUG.Log_Message(p_message => 'Calling FND_REQUEST.set_org_id{'||l_excep_org_id||'}');

140: l_excep_org_id FROM PA_IMPLEMENTATIONS;
141:
142: /* Bug fix: 4367847 */
143: If P_PA_DEBUG_MODE = 'Y' THEN
144: PA_DEBUG.Log_Message(p_message => 'Calling FND_REQUEST.set_org_id{'||l_excep_org_id||'}');
145: End If;
146: FND_REQUEST.set_org_id(l_excep_org_id);
147: /* end of Bug fix: 4367847 */
148:

Line 146: FND_REQUEST.set_org_id(l_excep_org_id);

142: /* Bug fix: 4367847 */
143: If P_PA_DEBUG_MODE = 'Y' THEN
144: PA_DEBUG.Log_Message(p_message => 'Calling FND_REQUEST.set_org_id{'||l_excep_org_id||'}');
145: End If;
146: FND_REQUEST.set_org_id(l_excep_org_id);
147: /* end of Bug fix: 4367847 */
148:
149: l_rpt_request_id := FND_REQUEST.submit_request
150: (application => 'PA',

Line 149: l_rpt_request_id := FND_REQUEST.submit_request

145: End If;
146: FND_REQUEST.set_org_id(l_excep_org_id);
147: /* end of Bug fix: 4367847 */
148:
149: l_rpt_request_id := FND_REQUEST.submit_request
150: (application => 'PA',
151: program => 'PAFPEXRP',
152: description => 'PRC: List Organization Forecast Exceptions',
153: start_time => NULL,