DBA Data[Home] [Help]

APPS.BOM_GLOBALS dependencies on ERROR_HANDLER

Line 118: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}

114: * User_Id, Login_Id, Prog_Appid, Prog_Id in System_Information record.It also
115: * pulls in values of profiles ENG: Standard Item Access, ENG: Model Item Access
116: * and ENG: Planning Item Access into STD_Item_Access, MDL_Item_Access and PLN_Item_Access respectively.
117: * @param x_mesg_token_tbl IN OUT NOCOPY Message Token Table
118: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
119: * @param x_return_status IN OUT NOCOPY Return Status
120: * @rep:scope public
121: * @rep:category BUSINESS_ENTITY BOM_BILL_OF_MATERIAL
122: * @rep:compatibility S

Line 127: ( x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

123: * @rep:lifecycle active
124: * @rep:displayname Initialize System Info Record
125: */
126: PROCEDURE Init_System_Info_Rec
127: ( x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
128: , x_return_status IN OUT NOCOPY VARCHAR2
129: );
130: /*#
131: * This function returns the information stored in the Systen

Line 1107: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}

1103: * @param p_entity IN Entity Name
1104: * @param p_entity_id IN Entity Id
1105: * @param x_valid IN OUT NOCOPY Validity flag
1106: * @param x_Mesg_Token_Tbl IN OUT NOCOPY Message token Table
1107: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
1108: * @rep:scope private
1109: * @rep:category BUSINESS_ENTITY BOM_BILL_OF_MATERIAL
1110: * @rep:compatibility S
1111: * @rep:lifecycle active

Line 1119: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

1115: ( p_transaction_type IN VARCHAR2
1116: , p_entity IN VARCHAR2
1117: , p_entity_id IN VARCHAR2
1118: , x_valid IN OUT NOCOPY BOOLEAN
1119: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
1120: );
1121: /*#
1122: * This method sets the debug flag value and enables Debug.Debug Messages will be
1123: * added based on the value of this debug flag