DBA Data[Home] [Help]

APPS.BEN_PROCESS_USER_SS_API dependencies on FND_MSG_PUB

Line 772: fnd_msg_pub.add;

768: p_api_error := false;
769: when others then
770: p_user_id := null;
771: p_api_error := true;
772: fnd_msg_pub.add;
773: --
774:
775: end create_user_details;
776: --

Line 1116: fnd_msg_pub.add;

1112: when g_data_error then
1113: null;
1114:
1115: when others then
1116: fnd_msg_pub.add;
1117:
1118: end update_user_details;
1119: --
1120: -- ---------------------------------------------------------------------------