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 666: RAISE fnd_api.g_exc_unexpected_error;

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

Line 756: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

752: p_start_date => p.start_date,
753: p_end_date => p.end_date,
754: x_loading_status => l_loading_status);
755:
756: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
757: RAISE payee_pop_failed;
758: END IF;
759: end loop;
760: END IF;

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

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

Line 786: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

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