DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PVT dependencies on PA_NUM_TBL_TYPE

Line 2112: P_Parent_Element_Id_Tbl IN System.Pa_Num_Tbl_Type,

2108: -- but will always be called.
2109: -- Since we can't control the order of the records in the pl/sql table it may
2110: -- occur that children are process more than once.
2111: Procedure UpdateOrderOutlineNumber(
2112: P_Parent_Element_Id_Tbl IN System.Pa_Num_Tbl_Type,
2113: X_Error_Msg_Data OUT NOCOPY Varchar2 )
2114:
2115: Is
2116:

Line 2501: P_Element_Id_Tbl IN System.Pa_Num_Tbl_Type,

2497: This procedure disable the cbs cost attributes
2498: Bug15834912 : CBS phase 2 changes.
2499: */
2500: procedure disableCostAttributes(P_RBS_Version_Id IN Number,
2501: P_Element_Id_Tbl IN System.Pa_Num_Tbl_Type,
2502: X_Return_Status OUT NOCOPY Varchar2,
2503: X_Msg_Count OUT NOCOPY Number,
2504: X_Error_Msg_Data OUT NOCOPY Varchar2)
2505: IS