DBA Data[Home] [Help]

APPS.PSA_AP_BC_PVT dependencies on FND_MSG_PUB

Line 93: Fnd_Msg_Pub.Initialize;

89: -- Update the calling sequence --
90: l_curr_calling_sequence := 'PSA_AP_BC_PVT.'||l_debug_loc||'<-'||p_calling_sequence;
91: x_return_status := Fnd_Api.G_Ret_Sts_Success;
92: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
93: Fnd_Msg_Pub.Initialize;
94: END IF;
95: psa_utils.debug_other_string(g_state_level,l_api_name, 'BEGIN of procedure Delete_Events..' );
96: psa_utils.debug_other_string(g_state_level,l_api_name, 'p_ledger_id '||p_ledger_id);
97: psa_utils.debug_other_string(g_state_level,l_api_name, 'p_start_date '|| p_start_date);

Line 173: Fnd_Msg_Pub.Count_And_Get

169: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE', l_curr_calling_sequence);
170: END IF;
171: psa_utils.debug_other_string(g_excep_level,l_api_name,'EXCEPTION: '|| SQLERRM(sqlcode));
172: psa_utils.debug_other_string(g_excep_level,l_api_name,'Error in Delete_Events Procedure' );
173: Fnd_Msg_Pub.Count_And_Get
174: (
175: p_count => x_msg_count,
176: p_data => x_msg_data
177: );

Line 297: Fnd_Msg_Pub.Initialize;

293: '<-'||p_calling_sequence;
294:
295: x_return_status := Fnd_Api.G_Ret_Sts_Success;
296: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
297: Fnd_Msg_Pub.Initialize;
298: END IF;
299: psa_utils.debug_other_string(g_state_level,l_api_name, 'BEGIN of procedure Create_Events..' );
300: IF p_tab_fc_dist.COUNT < 1 THEN -- no rows to be processed
301: psa_utils.debug_other_string(g_state_level,l_api_name, 'No rows to be processed..' );

Line 723: Fnd_Msg_Pub.Count_And_Get

719: ||',Calling_Mode = '|| p_calling_mode);
720: END IF;
721: psa_utils.debug_other_string(g_excep_level,l_api_name,'EXCEPTION: '|| SQLERRM(sqlcode));
722: psa_utils.debug_other_string(g_excep_level,l_api_name,'Error in Create_Events Procedure' );
723: Fnd_Msg_Pub.Count_And_Get
724: (
725: p_count => x_msg_count,
726: p_data => x_msg_data
727: );

Line 756: Fnd_Msg_Pub.Initialize;

752: x_return_status := Fnd_Api.G_Ret_Sts_Success;
753: psa_utils.debug_other_string(g_state_level,l_api_name,'Begin of Procedure Get_Detailed_Results' );
754: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
755:
756: Fnd_Msg_Pub.Initialize;
757:
758: END IF;
759:
760: -- Update the calling sequence --

Line 831: Fnd_Msg_Pub.Count_And_Get

827: END IF;
828:
829: psa_utils.debug_other_string(g_excep_level,l_api_name,'EXCEPTION: '|| SQLERRM(sqlcode));
830: psa_utils.debug_other_string(g_excep_level,l_api_name,'Error in Get_Detailed_Results Procedure' );
831: Fnd_Msg_Pub.Count_And_Get
832: (
833: p_count => x_msg_count,
834: p_data => x_msg_data
835: );

Line 1641: Fnd_Msg_Pub.Count_And_Get

1637: 'Invoice_id = '|| to_char(p_tab_fc_dist(1).invoice_id)
1638: ||',Calling_Mode = CANCEL ');
1639: END IF;
1640: psa_utils.debug_other_string(g_excep_level,l_api_name,'EXCEPTION: Unknown Error in Reinstate_PO_Encumbrance Procedure');
1641: Fnd_Msg_Pub.Count_And_Get
1642: (
1643: p_count => x_msg_count,
1644: p_data => x_msg_data
1645: );