DBA Data[Home] [Help]

PACKAGE: APPS.PQH_BUDGET_FUND_SRCS_BK1

Source


1 Package pqh_budget_fund_srcs_bk1 AUTHID CURRENT_USER as
2 /* $Header: pqbfsapi.pkh 120.1 2005/10/02 02:25:46 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< create_budget_fund_src_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_budget_fund_src_b
9   (
10    p_budget_element_id              in  number
11   ,p_cost_allocation_keyflex_id     in  number
12   ,p_project_id                     in  number
13   ,p_award_id                       in  number
14   ,p_task_id                        in  number
15   ,p_expenditure_type               in  varchar2
16   ,p_organization_id                in  number
17   ,p_distribution_percentage        in  number
18   );
19 --
20 -- ----------------------------------------------------------------------------
21 -- |---------------------------< create_budget_fund_src_a >-----------------|
22 -- ----------------------------------------------------------------------------
23 --
24 procedure create_budget_fund_src_a
25   (
26    p_budget_fund_src_id             in  number
27   ,p_budget_element_id              in  number
28   ,p_cost_allocation_keyflex_id     in  number
29   ,p_project_id                     in  number
30   ,p_award_id                       in  number
31   ,p_task_id                        in  number
32   ,p_expenditure_type               in  varchar2
33   ,p_organization_id                in  number
34   ,p_distribution_percentage        in  number
35   ,p_object_version_number          in  number
36   );
37 --
38 end pqh_budget_fund_srcs_bk1;