DBA Data[Home] [Help]

APPS.BEN_PER_CM_API dependencies on FND_MSG_PUB

Line 1387: fnd_msg_pub.initialize;

1383: l_lf_evt_ocrd_dt date;
1384: l_validate boolean := false;
1385: l_effective_date date;
1386: begin
1387: fnd_msg_pub.initialize;
1388: p_return_status := 'S';
1389:
1390: l_effective_date := to_date(p_effective_date, 'rrrr/mm/dd');
1391: l_lf_evt_ocrd_dt := to_date(p_lf_evt_ocrd_dt, 'rrrr/mm/dd');

Line 1454: fnd_msg_pub.initialize;

1450: /*exception
1451: --
1452: when others then
1453: p_return_status := 'E';
1454: fnd_msg_pub.initialize;
1455: fnd_msg_pub.add;
1456: */
1457: --
1458: end create_per_cm_w;

Line 1455: fnd_msg_pub.add;

1451: --
1452: when others then
1453: p_return_status := 'E';
1454: fnd_msg_pub.initialize;
1455: fnd_msg_pub.add;
1456: */
1457: --
1458: end create_per_cm_w;
1459: