DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_ORDER_PVT dependencies on FND_GLOBAL

Line 2681: OE_DEBUG_PUB.Add('p_requestor_id= '||TO_CHAR(fnd_global.employee_id));

2677: credit check level= '||x_credit_level);
2678:
2679: OE_DEBUG_PUB.Add('Parameters: ');
2680: OE_DEBUG_PUB.Add('-------------------------------------------');
2681: OE_DEBUG_PUB.Add('p_requestor_id= '||TO_CHAR(fnd_global.employee_id));
2682: OE_DEBUG_PUB.Add('p_review_type= ORDER_HOLD');
2683: OE_DEBUG_PUB.Add('p_credit_classification= NULL');
2684: OE_DEBUG_PUB.Add('p_requested_amount= '||TO_CHAR(l_total_exposure ));
2685: OE_DEBUG_PUB.Add('p_requested_currency= '||l_limit_curr_code);

Line 2724: , p_requestor_id => fnd_global.employee_id

2720: , x_msg_data => l_msg_data
2721: , p_application_number => NULL
2722: , p_application_date => SYSDATE
2723: , p_requestor_type => NULL
2724: , p_requestor_id => fnd_global.employee_id
2725: , p_review_type => 'ORDER_HOLD'
2726: , p_credit_classification => NULL
2727: , p_requested_amount => l_total_exposure
2728: , p_requested_currency => l_limit_curr_code