DBA Data[Home] [Help]

APPS.AP_FUNDS_CONTROL_PKG dependencies on PSA_AP_BC_PVT

Line 13: TYPE Funds_Dist_Tab_Type IS TABLE OF PSA_AP_BC_PVT.Funds_Dist_Rec

9:
10: --Invoice Lines: Distributions, Added the Index by binary integer clause
11: TYPE Key_Value_Tab_Type IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
12:
13: TYPE Funds_Dist_Tab_Type IS TABLE OF PSA_AP_BC_PVT.Funds_Dist_Rec
14: INDEX BY BINARY_INTEGER;
15:
16:
17: /*=============================================================================