DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_EXPENDITURE_ITEMS_ALL

Line 5: TYPE typ_tbl_eiid IS TABLE OF pa_expenditure_items_all.expenditure_item_id%TYPE INDEX BY BINARY_INTEGER;--Bug #5743708

1: package PA_BURDEN_COSTING as
2: -- /* $Header: PAXCBCAS.pls 120.1.12000000.3 2007/05/07 07:43:13 byeturi ship $ */
3:
4:
5: TYPE typ_tbl_eiid IS TABLE OF pa_expenditure_items_all.expenditure_item_id%TYPE INDEX BY BINARY_INTEGER;--Bug #5743708
6: TYPE typ_tbl_cdlln IS TABLE OF pa_cost_distribution_lines_all.line_num%TYPE INDEX BY BINARY_INTEGER;--Bug #5743708
7:
8: -- Package holds all the burden cost accounting functions and procedures
9: -- Procedure to update the current pronect_id in package variable