DBA Data[Home] [Help]

APPS.BEN_PLAN_BENEFICIARY_API dependencies on FND_MSG_PUB

Line 519: fnd_msg_pub.add;

515: p_pl_bnf_id := null;
516: p_effective_start_date := null;
517: p_effective_end_date := null;
518: p_object_version_number := null;
519: fnd_msg_pub.add;
520: --
521: End CREATE_PLAN_BENEFICIARY_w;
522: --
523: -- ----------------------------------------------------------------------------

Line 1065: fnd_msg_pub.add;

1061: -- A validation or unexpected error has occured
1062: --
1063: p_effective_start_date := null;
1064: p_effective_end_date := null;
1065: fnd_msg_pub.add;
1066: --
1067: end update_plan_beneficiary_w;
1068: --
1069: -- ----------------------------------------------------------------------------

Line 1506: fnd_msg_pub.add;

1502: -- A validation or unexpected error has occured
1503: --
1504: p_effective_start_date := null;
1505: p_effective_end_date := null;
1506: fnd_msg_pub.add;
1507: --
1508: end delete_plan_beneficiary_w;
1509: --
1510: -- ----------------------------------------------------------------------------