DBA Data[Home] [Help]

APPS.CSZ_INTERACTION_PVT dependencies on STANDARD

Line 70: -- standard call to check for call compatibility.

66: begin
67: -- establish save point
68: SAVEPOINT begin_interaction_sp;
69:
70: -- standard call to check for call compatibility.
71: IF Fnd_Api.to_boolean(l_init_msg_list)
72: THEN
73: Fnd_Msg_Pub.initialize;
74: END IF;

Line 345: -- standard call to check for call compatibility.

341: begin
342: -- establish save point
343: SAVEPOINT end_interaction_sp;
344:
345: -- standard call to check for call compatibility.
346: IF Fnd_Api.to_boolean(l_init_msg_list)
347: THEN
348: Fnd_Msg_Pub.initialize;
349: END IF;