DBA Data[Home] [Help]

APPS.PO_CHORD_WF2 dependencies on WF_ENGINE

Line 38: result := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';

34: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
35: '*** Finish: chord_lines ***' );
36: END IF;
37:
38: result := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
39: return;
40:
41: EXCEPTION
42:

Line 853: wf_engine.SetItemAttrText(itemtype,

849: PO_WF_DEBUG_PKG.INSERT_DEBUG(ITEMTYPE, ITEMKEY,
850: '*** In procedure: set_wf_lines_control ***');
851: END IF;
852:
853: wf_engine.SetItemAttrText(itemtype,
854: itemkey,
855: 'CO_L_LINE_NUM',
856: x_lines_control.line_num);
857:

Line 858: wf_engine.SetItemAttrText(itemtype,

854: itemkey,
855: 'CO_L_LINE_NUM',
856: x_lines_control.line_num);
857:
858: wf_engine.SetItemAttrText(itemtype,
859: itemkey,
860: 'CO_L_ITEM',
861: x_lines_control.item_id);
862:

Line 863: wf_engine.SetItemAttrText(itemtype,

859: itemkey,
860: 'CO_L_ITEM',
861: x_lines_control.item_id);
862:
863: wf_engine.SetItemAttrText(itemtype,
864: itemkey,
865: 'CO_L_ITEM_REVISION',
866: x_lines_control.item_revision);
867:

Line 869: wf_engine.SetItemAttrText(itemtype,

865: 'CO_L_ITEM_REVISION',
866: x_lines_control.item_revision);
867:
868:
869: wf_engine.SetItemAttrText(itemtype,
870: itemkey,
871: 'CO_L_CATEGORY',
872: x_lines_control.category_id);
873:

Line 875: wf_engine.SetItemAttrText(itemtype,

871: 'CO_L_CATEGORY',
872: x_lines_control.category_id);
873:
874:
875: wf_engine.SetItemAttrText(itemtype,
876: itemkey,
877: 'CO_L_ITEM_DESCRIPTION',
878: x_lines_control.item_description);
879:

Line 881: wf_engine.SetItemAttrText(itemtype,

877: 'CO_L_ITEM_DESCRIPTION',
878: x_lines_control.item_description);
879:
880:
881: wf_engine.SetItemAttrText(itemtype,
882: itemkey,
883: 'CO_L_UOM',
884: x_lines_control.unit_meas_lookup_code);
885:

Line 887: wf_engine.SetItemAttrText(itemtype,

883: 'CO_L_UOM',
884: x_lines_control.unit_meas_lookup_code);
885:
886:
887: wf_engine.SetItemAttrText(itemtype,
888: itemkey,
889: 'CO_L_UN_NUMBER',
890: x_lines_control.un_number_id);
891:

Line 893: wf_engine.SetItemAttrText(itemtype,

889: 'CO_L_UN_NUMBER',
890: x_lines_control.un_number_id);
891:
892:
893: wf_engine.SetItemAttrText(itemtype,
894: itemkey,
895: 'CO_L_HAZARD_CLASS',
896: x_lines_control.hazard_class_id);
897:

Line 899: wf_engine.SetItemAttrText(itemtype,

895: 'CO_L_HAZARD_CLASS',
896: x_lines_control.hazard_class_id);
897:
898:
899: wf_engine.SetItemAttrText(itemtype,
900: itemkey,
901: 'CO_L_NOTE_TO_VENDOR',
902: x_lines_control.note_to_vendor);
903:

Line 905: wf_engine.SetItemAttrText(itemtype,

901: 'CO_L_NOTE_TO_VENDOR',
902: x_lines_control.note_to_vendor);
903:
904:
905: wf_engine.SetItemAttrText(itemtype,
906: itemkey,
907: 'CO_L_FROM_HEADER_ID',
908: x_lines_control.from_header_id);
909:

Line 911: wf_engine.SetItemAttrText(itemtype,

907: 'CO_L_FROM_HEADER_ID',
908: x_lines_control.from_header_id);
909:
910:
911: wf_engine.SetItemAttrText(itemtype,
912: itemkey,
913: 'CO_L_FROM_LINE_ID',
914: x_lines_control.from_line_id);
915:

Line 917: wf_engine.SetItemAttrText(itemtype,

913: 'CO_L_FROM_LINE_ID',
914: x_lines_control.from_line_id);
915:
916:
917: wf_engine.SetItemAttrText(itemtype,
918: itemkey,
919: 'CO_L_CLOSED_CODE',
920: x_lines_control.closed_code);
921:

Line 923: wf_engine.SetItemAttrText(itemtype,

919: 'CO_L_CLOSED_CODE',
920: x_lines_control.closed_code);
921:
922:
923: wf_engine.SetItemAttrText(itemtype,
924: itemkey,
925: 'CO_L_VENDOR_PRODUCT_NUM',
926: x_lines_control.vendor_product_num);
927:

Line 929: wf_engine.SetItemAttrText(itemtype,

925: 'CO_L_VENDOR_PRODUCT_NUM',
926: x_lines_control.vendor_product_num);
927:
928:
929: wf_engine.SetItemAttrText(itemtype,
930: itemkey,
931: 'CO_L_CONTRACT_NUM',
932: x_lines_control.contract_num);
933:

Line 935: wf_engine.SetItemAttrText(itemtype,

931: 'CO_L_CONTRACT_NUM',
932: x_lines_control.contract_num);
933:
934:
935: wf_engine.SetItemAttrText(itemtype,
936: itemkey,
937: 'CO_L_PRICE_TYPE',
938: x_lines_control.price_type_lookup_code);
939:

Line 940: wf_engine.SetItemAttrText(itemtype,

936: itemkey,
937: 'CO_L_PRICE_TYPE',
938: x_lines_control.price_type_lookup_code);
939:
940: wf_engine.SetItemAttrText(itemtype,
941: itemkey,
942: 'CO_L_CANCEL_FLAG',
943: x_lines_control.cancel_flag);
944:

Line 947: wf_engine.SetItemAttrText(itemtype,

943: x_lines_control.cancel_flag);
944:
945: --
946:
947: wf_engine.SetItemAttrText(itemtype,
948: itemkey,
949: 'CO_L_RETAINAGE_RATE',
950: x_lines_control.retainage_rate);
951:

Line 952: wf_engine.SetItemAttrText(itemtype,

948: itemkey,
949: 'CO_L_RETAINAGE_RATE',
950: x_lines_control.retainage_rate);
951:
952: wf_engine.SetItemAttrText(itemtype,
953: itemkey,
954: 'CO_L_MAX_RETAINAGE_AMOUNT',
955: x_lines_control.max_retainage_amount);
956:

Line 957: wf_engine.SetItemAttrText(itemtype,

953: itemkey,
954: 'CO_L_MAX_RETAINAGE_AMOUNT',
955: x_lines_control.max_retainage_amount);
956:
957: wf_engine.SetItemAttrText(itemtype,
958: itemkey,
959: 'CO_L_PROGRESS_PAYMENT_RATE',
960: x_lines_control.progress_payment_rate);
961:

Line 962: wf_engine.SetItemAttrText(itemtype,

958: itemkey,
959: 'CO_L_PROGRESS_PAYMENT_RATE',
960: x_lines_control.progress_payment_rate);
961:
962: wf_engine.SetItemAttrText(itemtype,
963: itemkey,
964: 'CO_L_RECOUPMENT_RATE',
965: x_lines_control.recoupment_rate);
966:

Line 967: wf_engine.SetItemAttrText(itemtype,

963: itemkey,
964: 'CO_L_RECOUPMENT_RATE',
965: x_lines_control.recoupment_rate);
966:
967: wf_engine.SetItemAttrText(itemtype,
968: itemkey,
969: 'CO_L_ADVANCE_AMOUNT',
970: x_lines_control.advance_amount);
971:

Line 980: wf_engine.SetItemAttrNumber(itemtype,

976: itemkey,
977: 'CO_L_END_DATE',
978: x_lines_control.end_date);
979:
980: wf_engine.SetItemAttrNumber(itemtype,
981: itemkey,
982: 'CO_L_QUANTITY_CHANGE',
983: x_lines_control.quantity_change);
984:

Line 985: wf_engine.SetItemAttrNumber(itemtype,

981: itemkey,
982: 'CO_L_QUANTITY_CHANGE',
983: x_lines_control.quantity_change);
984:
985: wf_engine.SetItemAttrNumber(itemtype,
986: itemkey,
987: 'CO_L_UNIT_PRICE_CHANGE',
988: x_lines_control.unit_price_change);
989:

Line 990: wf_engine.SetItemAttrNumber(itemtype,

986: itemkey,
987: 'CO_L_UNIT_PRICE_CHANGE',
988: x_lines_control.unit_price_change);
989:
990: wf_engine.SetItemAttrNumber(itemtype,
991: itemkey,
992: 'CO_L_NOT_TO_EXCEED_PRICE',
993: x_lines_control.not_to_exceed_price_change);
994:

Line 995: wf_engine.SetItemAttrNumber(itemtype,

991: itemkey,
992: 'CO_L_NOT_TO_EXCEED_PRICE',
993: x_lines_control.not_to_exceed_price_change);
994:
995: wf_engine.SetItemAttrNumber(itemtype,
996: itemkey,
997: 'CO_L_QTY_COMMITTED_CHANGE',
998: x_lines_control.quantity_committed_change);
999:

Line 1000: wf_engine.SetItemAttrNumber(itemtype,

996: itemkey,
997: 'CO_L_QTY_COMMITTED_CHANGE',
998: x_lines_control.quantity_committed_change);
999:
1000: wf_engine.SetItemAttrNumber(itemtype,
1001: itemkey,
1002: 'CO_L_COMMITTED_AMT_CHANGE',
1003: x_lines_control.committed_amount_change);
1004:

Line 1039: wf_engine.GetItemAttrText(itemtype,

1035: '*** In procedure: get_wf_lines_control ***');
1036: END IF;
1037:
1038: x_lines_control.line_num :=
1039: wf_engine.GetItemAttrText(itemtype,
1040: itemkey,
1041: 'CO_L_LINE_NUM');
1042:
1043: x_lines_control.item_id :=

Line 1044: wf_engine.GetItemAttrText(itemtype,

1040: itemkey,
1041: 'CO_L_LINE_NUM');
1042:
1043: x_lines_control.item_id :=
1044: wf_engine.GetItemAttrText(itemtype,
1045: itemkey,
1046: 'CO_L_ITEM');
1047:
1048: x_lines_control.item_revision :=

Line 1049: wf_engine.GetItemAttrText(itemtype,

1045: itemkey,
1046: 'CO_L_ITEM');
1047:
1048: x_lines_control.item_revision :=
1049: wf_engine.GetItemAttrText(itemtype,
1050: itemkey,
1051: 'CO_L_ITEM_REVISION');
1052:
1053:

Line 1055: wf_engine.GetItemAttrText(itemtype,

1051: 'CO_L_ITEM_REVISION');
1052:
1053:
1054: x_lines_control.category_id :=
1055: wf_engine.GetItemAttrText(itemtype,
1056: itemkey,
1057: 'CO_L_CATEGORY');
1058:
1059: x_lines_control.item_description :=

Line 1060: wf_engine.GetItemAttrText(itemtype,

1056: itemkey,
1057: 'CO_L_CATEGORY');
1058:
1059: x_lines_control.item_description :=
1060: wf_engine.GetItemAttrText(itemtype,
1061: itemkey,
1062: 'CO_L_ITEM_DESCRIPTION');
1063:
1064:

Line 1066: wf_engine.GetItemAttrText(itemtype,

1062: 'CO_L_ITEM_DESCRIPTION');
1063:
1064:
1065: x_lines_control.unit_meas_lookup_code :=
1066: wf_engine.GetItemAttrText(itemtype,
1067: itemkey,
1068: 'CO_L_UOM');
1069:
1070: x_lines_control.un_number_id :=

Line 1071: wf_engine.GetItemAttrText(itemtype,

1067: itemkey,
1068: 'CO_L_UOM');
1069:
1070: x_lines_control.un_number_id :=
1071: wf_engine.GetItemAttrText(itemtype,
1072: itemkey,
1073: 'CO_L_UN_NUMBER');
1074:
1075: x_lines_control.hazard_class_id :=

Line 1076: wf_engine.GetItemAttrText(itemtype,

1072: itemkey,
1073: 'CO_L_UN_NUMBER');
1074:
1075: x_lines_control.hazard_class_id :=
1076: wf_engine.GetItemAttrText(itemtype,
1077: itemkey,
1078: 'CO_L_HAZARD_CLASS');
1079:
1080: x_lines_control.note_to_vendor :=

Line 1081: wf_engine.GetItemAttrText(itemtype,

1077: itemkey,
1078: 'CO_L_HAZARD_CLASS');
1079:
1080: x_lines_control.note_to_vendor :=
1081: wf_engine.GetItemAttrText(itemtype,
1082: itemkey,
1083: 'CO_L_NOTE_TO_VENDOR');
1084:
1085:

Line 1087: wf_engine.GetItemAttrText(itemtype,

1083: 'CO_L_NOTE_TO_VENDOR');
1084:
1085:
1086: x_lines_control.from_header_id :=
1087: wf_engine.GetItemAttrText(itemtype,
1088: itemkey,
1089: 'CO_L_FROM_HEADER_ID');
1090:
1091:

Line 1093: wf_engine.GetItemAttrText(itemtype,

1089: 'CO_L_FROM_HEADER_ID');
1090:
1091:
1092: x_lines_control.from_line_id :=
1093: wf_engine.GetItemAttrText(itemtype,
1094: itemkey,
1095: 'CO_L_FROM_LINE_ID');
1096:
1097: x_lines_control.closed_code :=

Line 1098: wf_engine.GetItemAttrText(itemtype,

1094: itemkey,
1095: 'CO_L_FROM_LINE_ID');
1096:
1097: x_lines_control.closed_code :=
1098: wf_engine.GetItemAttrText(itemtype,
1099: itemkey,
1100: 'CO_L_CLOSED_CODE');
1101:
1102: x_lines_control.vendor_product_num :=

Line 1103: wf_engine.GetItemAttrText(itemtype,

1099: itemkey,
1100: 'CO_L_CLOSED_CODE');
1101:
1102: x_lines_control.vendor_product_num :=
1103: wf_engine.GetItemAttrText(itemtype,
1104: itemkey,
1105: 'CO_L_VENDOR_PRODUCT_NUM');
1106:
1107: x_lines_control.contract_num :=

Line 1108: wf_engine.GetItemAttrText(itemtype,

1104: itemkey,
1105: 'CO_L_VENDOR_PRODUCT_NUM');
1106:
1107: x_lines_control.contract_num :=
1108: wf_engine.GetItemAttrText(itemtype,
1109: itemkey,
1110: 'CO_L_CONTRACT_NUM');
1111:
1112: x_lines_control.price_type_lookup_code :=

Line 1113: wf_engine.GetItemAttrText(itemtype,

1109: itemkey,
1110: 'CO_L_CONTRACT_NUM');
1111:
1112: x_lines_control.price_type_lookup_code :=
1113: wf_engine.GetItemAttrText(itemtype,
1114: itemkey,
1115: 'CO_L_PRICE_TYPE');
1116:
1117: x_lines_control.cancel_flag :=

Line 1118: wf_engine.GetItemAttrText(itemtype,

1114: itemkey,
1115: 'CO_L_PRICE_TYPE');
1116:
1117: x_lines_control.cancel_flag :=
1118: wf_engine.GetItemAttrText(itemtype,
1119: itemkey,
1120: 'CO_L_CANCEL_FLAG');
1121:
1122: --

Line 1147: wf_engine.GetItemAttrNumber(itemtype,

1143: itemkey,
1144: 'CO_L_END_DATE');
1145:
1146: x_lines_control.quantity_change:=
1147: wf_engine.GetItemAttrNumber(itemtype,
1148: itemkey,
1149: 'CO_L_QUANTITY_CHANGE');
1150:
1151: x_lines_control.unit_price_change:=

Line 1152: wf_engine.GetItemAttrNumber(itemtype,

1148: itemkey,
1149: 'CO_L_QUANTITY_CHANGE');
1150:
1151: x_lines_control.unit_price_change:=
1152: wf_engine.GetItemAttrNumber(itemtype,
1153: itemkey,
1154: 'CO_L_UNIT_PRICE_CHANGE');
1155:
1156: x_lines_control.not_to_exceed_price_change:=

Line 1157: wf_engine.GetItemAttrNumber(itemtype,

1153: itemkey,
1154: 'CO_L_UNIT_PRICE_CHANGE');
1155:
1156: x_lines_control.not_to_exceed_price_change:=
1157: wf_engine.GetItemAttrNumber(itemtype,
1158: itemkey,
1159: 'CO_L_NOT_TO_EXCEED_PRICE');
1160:
1161: x_lines_control.quantity_committed_change:=

Line 1162: wf_engine.GetItemAttrNumber(itemtype,

1158: itemkey,
1159: 'CO_L_NOT_TO_EXCEED_PRICE');
1160:
1161: x_lines_control.quantity_committed_change:=
1162: wf_engine.GetItemAttrNumber(itemtype,
1163: itemkey,
1164: 'CO_L_QTY_COMMITTED_CHANGE');
1165:
1166: x_lines_control.committed_amount_change:=

Line 1167: wf_engine.GetItemAttrNumber(itemtype,

1163: itemkey,
1164: 'CO_L_QTY_COMMITTED_CHANGE');
1165:
1166: x_lines_control.committed_amount_change:=
1167: wf_engine.GetItemAttrNumber(itemtype,
1168: itemkey,
1169: 'CO_L_COMMITTED_AMT_CHANGE');
1170:
1171: x_lines_control.amount_change:=

Line 1207: wf_engine.GetItemAttrNumber(itemtype,

1203: '*** In procedure get_wf_lines_parameters ***');
1204: END IF;
1205:
1206: x_lines_parameters.po_header_id :=
1207: wf_engine.GetItemAttrNumber(itemtype,
1208: itemkey,
1209: 'DOCUMENT_ID');
1210:
1211: IF (g_po_wf_debug = 'Y') THEN