DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on FND_NUMBER

Line 791: p_ev_tbl(l_taxable_iv_pos) := fnd_number.number_to_canonical(l_adj_amt);

787: /*
788: ** modify EV amount of TAXABLE IV before BA processing,
789: ** set EV amount up to limit, remainder goes into excess
790: */
791: p_ev_tbl(l_taxable_iv_pos) := fnd_number.number_to_canonical(l_adj_amt);
792:
793: END IF;
794:
795: END process_limits;

Line 929: 'Pay Value', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

925:
926: process_input(p_element_type, l_element.element_type_id,
927: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
928: p_bg_id, p_adjustment_date,
929: 'Pay Value', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
930:
931: ELSIF (p_element_type IN ('FIT')) THEN
932: Hr_Utility.Set_Location (c_proc, 60);
933: process_input(p_element_type, l_element.element_type_id,

Line 936: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

932: Hr_Utility.Set_Location (c_proc, 60);
933: process_input(p_element_type, l_element.element_type_id,
934: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
935: p_bg_id, p_adjustment_date,
936: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
937:
938: IF (g_classification = 'Supplemental Earnings') THEN
939: process_input(p_element_type, l_element.element_type_id,
940: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 942: 'Supp Tax', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

938: IF (g_classification = 'Supplemental Earnings') THEN
939: process_input(p_element_type, l_element.element_type_id,
940: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
941: p_bg_id, p_adjustment_date,
942: 'Supp Tax', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
943: END IF;
944:
945: ELSIF (p_element_type IN ('FIT 3rd Party')) THEN
946: Hr_Utility.Set_Location (c_proc, 65);

Line 950: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

946: Hr_Utility.Set_Location (c_proc, 65);
947: process_input(p_element_type, l_element.element_type_id,
948: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
949: p_bg_id, p_adjustment_date,
950: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
951:
952: ELSIF (p_element_type IN ('SS_EE', 'Medicare_EE')) THEN
953: Hr_Utility.Set_Location(c_proc, 71);
954: IF (p_adj_amount <> 0) THEN

Line 958: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

954: IF (p_adj_amount <> 0) THEN
955: process_input(p_element_type, l_element.element_type_id,
956: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
957: p_bg_id, p_adjustment_date,
958: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
959: END IF;
960:
961: Hr_Utility.Set_Location(c_proc, 72);
962: process_input(p_element_type, l_element.element_type_id,

Line 965: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

961: Hr_Utility.Set_Location(c_proc, 72);
962: process_input(p_element_type, l_element.element_type_id,
963: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
964: p_bg_id, p_adjustment_date,
965: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
966:
967: /*
968: ** cap the EV amount for the TAXABLE IV if necessary
969: */

Line 988: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

984: IF (p_adj_amount <> 0) THEN
985: process_input(p_element_type, l_element.element_type_id,
986: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
987: p_bg_id, p_adjustment_date,
988: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
989: END IF;
990:
991: process_input(p_element_type, l_element.element_type_id,
992: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 994: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

990:
991: process_input(p_element_type, l_element.element_type_id,
992: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
993: p_bg_id, p_adjustment_date,
994: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
995:
996: /*
997: ** cap the EV amount for the TAXABLE IV if necessary
998: */

Line 1013: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1009:
1010: process_input(p_element_type, l_element.element_type_id,
1011: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1012: p_bg_id, p_adjustment_date,
1013: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1014: Hr_Utility.Set_Location(c_proc, 82);
1015:
1016: process_input(p_element_type, l_element.element_type_id,
1017: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1025: 'Supp Tax', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1021: IF (g_classification = 'Supplemental Earnings') THEN
1022: process_input(p_element_type, l_element.element_type_id,
1023: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1024: p_bg_id, p_adjustment_date,
1025: 'Supp Tax', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1026: END IF;
1027:
1028:
1029:

Line 1042: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1038:
1039: process_input(p_element_type, l_element.element_type_id,
1040: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1041: p_bg_id, p_adjustment_date,
1042: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1043: Hr_Utility.Set_Location(c_proc, 82);
1044:
1045:
1046: /*

Line 1067: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1063: IF (p_adj_amount <> 0) THEN
1064: process_input(p_element_type, l_element.element_type_id,
1065: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1066: p_bg_id, p_adjustment_date,
1067: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1068: Hr_Utility.Set_Location(c_proc, 915);
1069: END IF;
1070:
1071: Hr_Utility.Set_Location(c_proc, 92);

Line 1076: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1072:
1073: process_input(p_element_type, l_element.element_type_id,
1074: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1075: p_bg_id, p_adjustment_date,
1076: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1077: Hr_Utility.Set_Location(c_proc, 93);
1078:
1079: process_input(p_element_type, l_element.element_type_id,
1080: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1102: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1098:
1099: process_input(p_element_type, l_element.element_type_id,
1100: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1101: p_bg_id, p_adjustment_date,
1102: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1103: Hr_Utility.Set_Location(c_proc, 102);
1104:
1105: process_input(p_element_type, l_element.element_type_id,
1106: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1123: 'Gross', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1119:
1120: process_input(p_element_type, l_element.element_type_id,
1121: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1122: p_bg_id, p_adjustment_date,
1123: 'Gross', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1124: Hr_Utility.Set_Location(c_proc, 113);
1125:
1126: process_input(p_element_type, l_element.element_type_id,
1127: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1129: 'Subj Whable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1125:
1126: process_input(p_element_type, l_element.element_type_id,
1127: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1128: p_bg_id, p_adjustment_date,
1129: 'Subj Whable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1130: Hr_Utility.Set_Location(c_proc, 114);
1131:
1132: IF (g_classification IN ('Imputed Earnings',
1133: 'Supplemental Earnings')) THEN

Line 1139: 'Subj NWhable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1135:
1136: process_input (p_element_type, l_element.element_type_id,
1137: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1138: p_bg_id, p_adjustment_date,
1139: 'Subj NWhable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1140: END IF;
1141:
1142: ELSIF (p_element_type IN ('SDI_SUBJECT_EE', 'SDI_SUBJECT_ER',
1143: 'SUI_SUBJECT_EE', 'SUI_SUBJECT_ER')) THEN

Line 1155: 'Gross', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1151:
1152: process_input(p_element_type, l_element.element_type_id,
1153: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1154: p_bg_id, p_adjustment_date,
1155: 'Gross', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1156: Hr_Utility.Set_Location(c_proc, 123);
1157:
1158: process_input(p_element_type, l_element.element_type_id,
1159: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1161: 'Subj Whable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1157:
1158: process_input(p_element_type, l_element.element_type_id,
1159: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1160: p_bg_id, p_adjustment_date,
1161: 'Subj Whable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1162:
1163: ELSIF (p_element_type IN ('SUI_ER', 'SDI_ER')) THEN
1164: Hr_Utility.Set_Location (c_proc, 124);
1165:

Line 1176: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1172: IF (p_adj_amount <> 0) THEN
1173: process_input(p_element_type, l_element.element_type_id,
1174: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1175: p_bg_id, p_adjustment_date,
1176: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1177: END IF;
1178:
1179: process_input(p_element_type, l_element.element_type_id,
1180: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1187: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1183:
1184: process_input(p_element_type, l_element.element_type_id,
1185: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1186: p_bg_id, p_adjustment_date,
1187: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1188:
1189: /*
1190: ** cap the EV amount for the TAXABLE IV if necessary
1191: */