DBA Data[Home] [Help]

APPS.CSE_PROJ_ITEM_INST_PKG dependencies on XNP_XML_UTILS

Line 33: Xnp_Xml_Utils.Decode(P_Msg_Text,'ITEM_ID',l_Item_Id);

29:
30: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
31: X_Error_Message := Null;
32:
33: Xnp_Xml_Utils.Decode(P_Msg_Text,'ITEM_ID',l_Item_Id);
34: Xnp_Xml_Utils.Decode(P_Msg_Text,'REVISION',l_Revision);
35: Xnp_Xml_Utils.Decode(P_Msg_Text,'LOT_NUMBER',l_Lot_Number);
36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);
37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);

Line 34: Xnp_Xml_Utils.Decode(P_Msg_Text,'REVISION',l_Revision);

30: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
31: X_Error_Message := Null;
32:
33: Xnp_Xml_Utils.Decode(P_Msg_Text,'ITEM_ID',l_Item_Id);
34: Xnp_Xml_Utils.Decode(P_Msg_Text,'REVISION',l_Revision);
35: Xnp_Xml_Utils.Decode(P_Msg_Text,'LOT_NUMBER',l_Lot_Number);
36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);
37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);
38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);

Line 35: Xnp_Xml_Utils.Decode(P_Msg_Text,'LOT_NUMBER',l_Lot_Number);

31: X_Error_Message := Null;
32:
33: Xnp_Xml_Utils.Decode(P_Msg_Text,'ITEM_ID',l_Item_Id);
34: Xnp_Xml_Utils.Decode(P_Msg_Text,'REVISION',l_Revision);
35: Xnp_Xml_Utils.Decode(P_Msg_Text,'LOT_NUMBER',l_Lot_Number);
36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);
37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);
38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);
39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);

Line 36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);

32:
33: Xnp_Xml_Utils.Decode(P_Msg_Text,'ITEM_ID',l_Item_Id);
34: Xnp_Xml_Utils.Decode(P_Msg_Text,'REVISION',l_Revision);
35: Xnp_Xml_Utils.Decode(P_Msg_Text,'LOT_NUMBER',l_Lot_Number);
36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);
37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);
38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);
39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);
40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);

Line 37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);

33: Xnp_Xml_Utils.Decode(P_Msg_Text,'ITEM_ID',l_Item_Id);
34: Xnp_Xml_Utils.Decode(P_Msg_Text,'REVISION',l_Revision);
35: Xnp_Xml_Utils.Decode(P_Msg_Text,'LOT_NUMBER',l_Lot_Number);
36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);
37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);
38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);
39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);
40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);
41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);

Line 38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);

34: Xnp_Xml_Utils.Decode(P_Msg_Text,'REVISION',l_Revision);
35: Xnp_Xml_Utils.Decode(P_Msg_Text,'LOT_NUMBER',l_Lot_Number);
36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);
37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);
38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);
39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);
40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);
41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);
42: Xnp_Xml_Utils.Decode(P_Msg_Text,'TASK_ID',l_Task_Id);

Line 39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);

35: Xnp_Xml_Utils.Decode(P_Msg_Text,'LOT_NUMBER',l_Lot_Number);
36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);
37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);
38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);
39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);
40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);
41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);
42: Xnp_Xml_Utils.Decode(P_Msg_Text,'TASK_ID',l_Task_Id);
43: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTION_DATE',l_Transaction_Date_Str);

Line 40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);

36: Xnp_Xml_Utils.Decode(P_Msg_Text,'SERIAL_NUMBER',l_Serial_Number);
37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);
38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);
39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);
40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);
41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);
42: Xnp_Xml_Utils.Decode(P_Msg_Text,'TASK_ID',l_Task_Id);
43: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTION_DATE',l_Transaction_Date_Str);
44: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTED_BY',l_Transacted_By);

Line 41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);

37: Xnp_Xml_Utils.Decode(P_Msg_Text,'QUANTITY',l_Quantity);
38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);
39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);
40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);
41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);
42: Xnp_Xml_Utils.Decode(P_Msg_Text,'TASK_ID',l_Task_Id);
43: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTION_DATE',l_Transaction_Date_Str);
44: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTED_BY',l_Transacted_By);
45:

Line 42: Xnp_Xml_Utils.Decode(P_Msg_Text,'TASK_ID',l_Task_Id);

38: Xnp_Xml_Utils.Decode(P_Msg_Text,'NETWORK_LOC_ID',l_Netwk_Locn_id);
39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);
40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);
41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);
42: Xnp_Xml_Utils.Decode(P_Msg_Text,'TASK_ID',l_Task_Id);
43: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTION_DATE',l_Transaction_Date_Str);
44: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTED_BY',l_Transacted_By);
45:
46: X_Proj_Item_Inst_Attr_Rec.Item_Id := l_Item_Id;

Line 43: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTION_DATE',l_Transaction_Date_Str);

39: Xnp_Xml_Utils.Decode(P_Msg_Text,'PARTY_SITE_ID',l_party_site_id);
40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);
41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);
42: Xnp_Xml_Utils.Decode(P_Msg_Text,'TASK_ID',l_Task_Id);
43: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTION_DATE',l_Transaction_Date_Str);
44: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTED_BY',l_Transacted_By);
45:
46: X_Proj_Item_Inst_Attr_Rec.Item_Id := l_Item_Id;
47: X_Proj_Item_Inst_Attr_Rec.Revision := l_Revision;

Line 44: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTED_BY',l_Transacted_By);

40: Xnp_Xml_Utils.Decode(P_Msg_Text,'WORK_ORDER_NUMBER',l_Work_Order_Number);
41: Xnp_Xml_Utils.Decode(P_Msg_Text,'PROJECT_ID',l_Project_Id);
42: Xnp_Xml_Utils.Decode(P_Msg_Text,'TASK_ID',l_Task_Id);
43: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTION_DATE',l_Transaction_Date_Str);
44: Xnp_Xml_Utils.Decode(P_Msg_Text,'TRANSACTED_BY',l_Transacted_By);
45:
46: X_Proj_Item_Inst_Attr_Rec.Item_Id := l_Item_Id;
47: X_Proj_Item_Inst_Attr_Rec.Revision := l_Revision;
48: X_Proj_Item_Inst_Attr_Rec.Lot_Number := l_Lot_Number;