DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on OKE_K_FUNDING_SOURCES

Line 55: from oke_k_funding_sources

51: l_currency VARCHAR2(15);
52:
53: cursor c_currency is
54: select currency_code
55: from oke_k_funding_sources
56: where funding_source_id = p_funding_source_id;
57:
58: BEGIN
59:

Line 456: from oke_k_funding_sources

452: p_return_status OUT NOCOPY VARCHAR2
453: ) is
454: cursor c_object_id is
455: select 'x'
456: from oke_k_funding_sources
457: where object_id = p_object_id
458: and funding_source_id = p_funding_source_id;
459:
460: l_dummy_value VARCHAR2(1) := '?';

Line 527: from oke_k_funding_sources

523: p_return_status OUT NOCOPY VARCHAR2
524: ) is
525: cursor c_funding_source_id is
526: select 'x'
527: from oke_k_funding_sources
528: where funding_source_id = p_funding_source_id
529: FOR UPDATE OF funding_source_id NOWAIT;
530:
531: l_dummy_value VARCHAR2(1) := '?';

Line 791: oke_k_funding_sources f,

787: cursor c_project_id is
788: select 'x'
789: from pa_project_customers p,
790: pa_projects_all a,
791: oke_k_funding_sources f,
792: pa_project_types_all l,
793: hz_cust_accounts h
794: where p.project_id = p_project_id
795: and nvl(a.template_flag, '-99') <> 'Y'