DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_POSTING dependencies on PQH_BUDGET_FUND_SRCS

Line 32: el_distribution_percentage pqh_budget_fund_srcs.distribution_percentage%TYPE,

28: budget_set_dist_percent number,
29: budget_set_commitment number,
30: budget_element_id pqh_budget_elements.budget_element_id%TYPE,
31: element_type_id pqh_budget_elements.element_type_id%TYPE,
32: el_distribution_percentage pqh_budget_fund_srcs.distribution_percentage%TYPE,
33: element_commitment number,
34: budget_fund_src_id pqh_budget_fund_srcs.budget_fund_src_id%TYPE,
35: cost_allocation_keyflex_id pqh_budget_fund_srcs.cost_allocation_keyflex_id%TYPE,
36: project_id NUMBER(15),

Line 34: budget_fund_src_id pqh_budget_fund_srcs.budget_fund_src_id%TYPE,

30: budget_element_id pqh_budget_elements.budget_element_id%TYPE,
31: element_type_id pqh_budget_elements.element_type_id%TYPE,
32: el_distribution_percentage pqh_budget_fund_srcs.distribution_percentage%TYPE,
33: element_commitment number,
34: budget_fund_src_id pqh_budget_fund_srcs.budget_fund_src_id%TYPE,
35: cost_allocation_keyflex_id pqh_budget_fund_srcs.cost_allocation_keyflex_id%TYPE,
36: project_id NUMBER(15),
37: task_id NUMBER(15),
38: award_id NUMBER(15),

Line 35: cost_allocation_keyflex_id pqh_budget_fund_srcs.cost_allocation_keyflex_id%TYPE,

31: element_type_id pqh_budget_elements.element_type_id%TYPE,
32: el_distribution_percentage pqh_budget_fund_srcs.distribution_percentage%TYPE,
33: element_commitment number,
34: budget_fund_src_id pqh_budget_fund_srcs.budget_fund_src_id%TYPE,
35: cost_allocation_keyflex_id pqh_budget_fund_srcs.cost_allocation_keyflex_id%TYPE,
36: project_id NUMBER(15),
37: task_id NUMBER(15),
38: award_id NUMBER(15),
39: expenditure_type VARCHAR2(30),

Line 41: fs_distribution_percentage pqh_budget_fund_srcs.distribution_percentage%TYPE,

37: task_id NUMBER(15),
38: award_id NUMBER(15),
39: expenditure_type VARCHAR2(30),
40: organization_id NUMBER(15),
41: fs_distribution_percentage pqh_budget_fund_srcs.distribution_percentage%TYPE,
42: fs_commitment number
43: );
44: --
45: TYPE t_distribution_table IS TABLE OF t_distribution_record