DBA Data[Home] [Help]

APPS.BOM_GLOBALS dependencies on STANDARD

Line 46: G_STANDARD CONSTANT NUMBER := 4;

42: G_RECORD_NOT_FOUND CONSTANT VARCHAR2(1) := 'N';
43: G_MODEL CONSTANT NUMBER := 1;
44: G_OPTION_CLASS CONSTANT NUMBER := 2;
45: G_PLANNING CONSTANT NUMBER := 3;
46: G_STANDARD CONSTANT NUMBER := 4;
47: G_PRODUCT_FAMILY CONSTANT NUMBER := 5;
48: G_ECO_BO CONSTANT VARCHAR2(3) := 'ECO';
49: G_BOM_BO CONSTANT VARCHAR2(3) := 'BOM';
50: G_MASS_CHANGE CONSTANT VARCHAR2(10) := 'MASSCHANGE';

Line 115: * pulls in values of profiles ENG: Standard Item Access, ENG: Model Item Access

111: );
112: /*#
113: * This method initializes the System Information Record.It initializes
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

Line 133: * The System Information Record also conatins profile information like profiles ENG: Standard Item Access, ENG: Model Item Access

129: );
130: /*#
131: * This function returns the information stored in the Systen
132: * Information Record.System Information Record holds User_Id, Login_Id, Prog_Appid, Prog_Id
133: * The System Information Record also conatins profile information like profiles ENG: Standard Item Access, ENG: Model Item Access
134: * and ENG: Planning Item Access into STD_Item_Access, MDL_Item_Access and PLN_Item_Access
135: * @return System Information Record
136: * @rep:scope public
137: * @rep:category BUSINESS_ENTITY BOM_BILL_OF_MATERIAL

Line 148: * and profile values like ENG: Standard Item Access, ENG: Model Item Access

144:
145: /*#
146: * This method sets the System Information in the System Information
147: * Record.This sets User_Id, Login_Id, Prog_Appid, Prog_Id in System_Information record
148: * and profile values like ENG: Standard Item Access, ENG: Model Item Access
149: * and ENG: Planning Item Access into STD_Item_Access, MDL_Item_Access and PLN_Item_Access
150: * @param p_system_information_rec IN input System Information Record
151: * @paraminfo {@rep:innertype Bom_Globals.System_Information_Rec_Type}
152: * @rep:scope private

Line 586: * value based on whether the Standard Item is accessible not, in

582: FUNCTION Is_RComp_Cancl RETURN BOOLEAN;
583:
584: /*#
585: * This method will set the value of Std_Item_Acess attribute.It sets
586: * value based on whether the Standard Item is accessible not, in
587: * the system information record
588: * @param p_std_item_access IN Standard Item Access Flag
589: * @rep:scope private
590: * @rep:category BUSINESS_ENTITY BOM_BILL_OF_MATERIAL

Line 588: * @param p_std_item_access IN Standard Item Access Flag

584: /*#
585: * This method will set the value of Std_Item_Acess attribute.It sets
586: * value based on whether the Standard Item is accessible not, in
587: * the system information record
588: * @param p_std_item_access IN Standard Item Access Flag
589: * @rep:scope private
590: * @rep:category BUSINESS_ENTITY BOM_BILL_OF_MATERIAL
591: * @rep:compatibility S
592: * @rep:lifecycle active

Line 593: * @rep:displayname Set Standard Item Access

589: * @rep:scope private
590: * @rep:category BUSINESS_ENTITY BOM_BILL_OF_MATERIAL
591: * @rep:compatibility S
592: * @rep:lifecycle active
593: * @rep:displayname Set Standard Item Access
594: */
595: PROCEDURE Set_Std_Item_Access
596: ( p_std_item_access IN NUMBER );
597:

Line 601: * @return Standard Item Access Value

597:
598: /*#
599: * This function returns the value of Std_Item_Access
600: * attribute.It retrieves the value from the System Information Record
601: * @return Standard Item Access Value
602: * @rep:scope private
603: * @rep:category BUSINESS_ENTITY BOM_BILL_OF_MATERIAL
604: * @rep:compatibility S
605: * @rep:lifecycle active

Line 1101: * is not of these types then Standard Error is raised.

1097:
1098: /*#
1099: * This method will check the validity of the transaction type.The
1100: * transaction type should be create,updaet or delete.If teh transaction type
1101: * is not of these types then Standard Error is raised.
1102: * @param p_transaction_type IN Transaction 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