DBA Data[Home] [Help]

APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_VARCHAR2_30_TBL_TYPE

Line 2753: ,p_product_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type

2749: ,p_resource_list_member_id IN pa_resource_list_members.RESOURCE_LIST_MEMBER_ID%TYPE
2750: ,p_resource_list_id IN pa_resource_lists.RESOURCE_LIST_ID%TYPE
2751: ,p_resource_id IN pa_resources.RESOURCE_ID%TYPE
2752: ,p_txn_currency_code IN pa_budget_lines.txn_currency_code%TYPE
2753: ,p_product_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type
2754: ,p_start_date_tbl IN SYSTEM.pa_date_tbl_type
2755: ,p_end_date_tbl IN SYSTEM.pa_date_tbl_type
2756: ,p_period_name_tbl IN SYSTEM.pa_varchar2_30_tbl_type
2757: ,p_quantity_tbl IN SYSTEM.pa_num_tbl_type

Line 2756: ,p_period_name_tbl IN SYSTEM.pa_varchar2_30_tbl_type

2752: ,p_txn_currency_code IN pa_budget_lines.txn_currency_code%TYPE
2753: ,p_product_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type
2754: ,p_start_date_tbl IN SYSTEM.pa_date_tbl_type
2755: ,p_end_date_tbl IN SYSTEM.pa_date_tbl_type
2756: ,p_period_name_tbl IN SYSTEM.pa_varchar2_30_tbl_type
2757: ,p_quantity_tbl IN SYSTEM.pa_num_tbl_type
2758: ,px_raw_cost_tbl IN OUT NOCOPY SYSTEM.pa_num_tbl_type
2759: ,px_burdened_cost_tbl IN OUT NOCOPY SYSTEM.pa_num_tbl_type
2760: ,px_revenue_tbl IN OUT NOCOPY SYSTEM.pa_num_tbl_type

Line 2781: l_txn_currency_code_tbl SYSTEM.pa_varchar2_30_tbl_type := SYSTEM.pa_varchar2_30_tbl_type() ;

2777:
2778: l_res_list_member_id_tbl SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type();
2779: l_task_id_tbl SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type();
2780: l_resource_id_tbl SYSTEM.pa_num_tbl_type := SYSTEM.pa_num_tbl_type();
2781: l_txn_currency_code_tbl SYSTEM.pa_varchar2_30_tbl_type := SYSTEM.pa_varchar2_30_tbl_type() ;
2782:
2783: BEGIN
2784:
2785: x_msg_count := 0;

Line 3519: ,p_txn_currency_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type

3515: ,p_task_id_tbl IN SYSTEM.pa_num_tbl_type
3516: ,p_res_list_member_id_tbl IN SYSTEM.pa_num_tbl_type
3517: ,p_resource_list_id IN pa_resource_lists.RESOURCE_LIST_ID%TYPE
3518: ,p_resource_id_tbl IN SYSTEM.pa_num_tbl_type
3519: ,p_txn_currency_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type
3520: ,p_product_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type
3521: ,p_start_date_tbl IN SYSTEM.pa_date_tbl_type
3522: ,p_end_date_tbl IN SYSTEM.pa_date_tbl_type
3523: ,p_period_name_tbl IN SYSTEM.pa_varchar2_30_tbl_type

Line 3520: ,p_product_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type

3516: ,p_res_list_member_id_tbl IN SYSTEM.pa_num_tbl_type
3517: ,p_resource_list_id IN pa_resource_lists.RESOURCE_LIST_ID%TYPE
3518: ,p_resource_id_tbl IN SYSTEM.pa_num_tbl_type
3519: ,p_txn_currency_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type
3520: ,p_product_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type
3521: ,p_start_date_tbl IN SYSTEM.pa_date_tbl_type
3522: ,p_end_date_tbl IN SYSTEM.pa_date_tbl_type
3523: ,p_period_name_tbl IN SYSTEM.pa_varchar2_30_tbl_type
3524: ,p_quantity_tbl IN SYSTEM.pa_num_tbl_type

Line 3523: ,p_period_name_tbl IN SYSTEM.pa_varchar2_30_tbl_type

3519: ,p_txn_currency_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type
3520: ,p_product_code_tbl IN SYSTEM.pa_varchar2_30_tbl_type
3521: ,p_start_date_tbl IN SYSTEM.pa_date_tbl_type
3522: ,p_end_date_tbl IN SYSTEM.pa_date_tbl_type
3523: ,p_period_name_tbl IN SYSTEM.pa_varchar2_30_tbl_type
3524: ,p_quantity_tbl IN SYSTEM.pa_num_tbl_type
3525: ,px_raw_cost_tbl IN OUT NOCOPY SYSTEM.pa_num_tbl_type
3526: ,px_burdened_cost_tbl IN OUT NOCOPY SYSTEM.pa_num_tbl_type
3527: ,px_revenue_tbl IN OUT NOCOPY SYSTEM.pa_num_tbl_type