DBA Data[Home] [Help]

APPS.CN_PERIODS_API dependencies on FND_API

Line 360: RAISE fnd_api.g_exc_unexpected_error;

356: -- get current working org ID
357: l_org_id := mo_global.get_current_org_id;
358: IF l_org_id IS NULL THEN
359: -- org ID is not set... raise error
360: RAISE fnd_api.g_exc_unexpected_error;
361: END IF;
362:
363: cn_message_pkg.begin_batch(x_process_type => 'OPEN_PERIODS',
364: x_process_audit_id => l_proc_audit_id,

Line 670: RAISE fnd_api.g_exc_unexpected_error;

666: -- get current working org ID
667: l_org_id := mo_global.get_current_org_id;
668: IF l_org_id IS NULL THEN
669: -- org ID is not set... raise error
670: RAISE fnd_api.g_exc_unexpected_error;
671: END IF;
672:
673: cn_message_pkg.begin_batch
674: (

Line 760: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

756: p_start_date => p.start_date,
757: p_end_date => p.end_date,
758: x_loading_status => l_loading_status);
759:
760: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
761: RAISE payee_pop_failed;
762: END IF;
763: end loop;
764: END IF;

Line 780: p_sync_flag => FND_API.G_FALSE, -- don't sync right here

776: p_salesrep_id => srp.salesrep_id,
777: p_start_date => c.start_date,
778: p_end_date => c.end_date,
779: p_quota_id => NULL, -- do all quotas
780: p_sync_flag => FND_API.G_FALSE, -- don't sync right here
781: x_loading_status => l_loading_status);
782:
783: fnd_file.put_line(fnd_file.Log, l_loading_status);
784: fnd_file.put_line(fnd_file.Log, l_msg_data);

Line 790: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

786: fnd_file.put_line(fnd_file.Log, 'plan ' || c.comp_plan_id);
787: fnd_file.put_line(fnd_file.Log, 'dates ' || c.start_date || ', ' || c.end_date);
788:
789:
790: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
791: RAISE srp_pop_failed;
792: END IF;
793:
794: -- sync accum bals for last period