DBA Data[Home] [Help]

APPS.BEN_PER_CM_API dependencies on FND_MSG_PUB

Line 1367: fnd_msg_pub.initialize;

1363: l_lf_evt_ocrd_dt date;
1364: l_validate boolean := false;
1365: l_effective_date date;
1366: begin
1367: fnd_msg_pub.initialize;
1368: p_return_status := 'S';
1369:
1370: l_effective_date := to_date(p_effective_date, 'rrrr/mm/dd');
1371: l_lf_evt_ocrd_dt := to_date(p_lf_evt_ocrd_dt, 'rrrr/mm/dd');

Line 1434: fnd_msg_pub.initialize;

1430: /*exception
1431: --
1432: when others then
1433: p_return_status := 'E';
1434: fnd_msg_pub.initialize;
1435: fnd_msg_pub.add;
1436: */
1437: --
1438: end create_per_cm_w;

Line 1435: fnd_msg_pub.add;

1431: --
1432: when others then
1433: p_return_status := 'E';
1434: fnd_msg_pub.initialize;
1435: fnd_msg_pub.add;
1436: */
1437: --
1438: end create_per_cm_w;
1439: