DBA Data[Home] [Help]

APPS.PSA_UTILS dependencies on FND_API

Line 526: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;

522: p_ledger_id IN NUMBER
523: )
524: IS
525: l_path_name VARCHAR2(500);
526: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
527: l_msg_count NUMBER;
528: l_msg_data VARCHAR2(2000) ;
529: l_bc_status VARCHAR2(2000);
530: l_packet_id NUMBER;

Line 609: p_init_msg_list => FND_API.G_FALSE,

605: IF (p_retcode = g_SUCCESS) THEN
606: psa_bc_xla_pub.budgetary_control
607: (
608: p_api_version => 1.0,
609: p_init_msg_list => FND_API.G_FALSE,
610: x_return_status => l_return_status,
611: x_msg_count => l_msg_count,
612: x_msg_data => l_msg_data,
613: p_application_id => p_application_id,

Line 626: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

622: debug_other_string(g_state_level,l_path_name,'l_return_status: ' ||l_return_status);
623: debug_other_string(g_state_level,l_path_name,'l_msg_count: ' ||l_msg_count);
624: debug_other_string(g_state_level,l_path_name,'l_msg_data: ' ||l_msg_data);
625: debug_other_string(g_state_level,l_path_name,'l_bc_status: ' ||l_bc_status);
626: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
627: p_retcode := g_FAILURE;
628: IF (l_msg_count = 1) THEN
629: error('ERROR: '||l_msg_data);
630: ELSE

Line 721: l_init_msg_list VARCHAR2(300) := fnd_api.g_true;

717: l_security_context xla_events_pub_pkg.t_security;
718: l_counter NUMBER;
719: l_old_event_id NUMBER;
720: l_api_version NUMBER := 1.0;
721: l_init_msg_list VARCHAR2(300) := fnd_api.g_true;
722: l_reversal_method VARCHAR2(300) := 'SIDE';
723: l_post_to_gl_flag VARCHAR2(1) := 'N';
724: l_return_status VARCHAR2(300);
725: l_msg_count NUMBER;