DBA Data[Home] [Help]

APPS.HR_DU_DI_INSERT dependencies on HR_DU_DP_PC_CONVERSION

Line 482: hr_du_dp_pc_conversion.REMOVE_SPACES (l_pval_field, l_spaces);

478:
479: --fetch the heading stored within the specified upload line
480: l_pval_field := HR_DU_DO_DATAPUMP.g_column_headings(i);
481:
482: hr_du_dp_pc_conversion.REMOVE_SPACES (l_pval_field, l_spaces);
483:
484: IF l_spaces = TRUE THEN
485: hr_du_utility.message('INFO', 'Warning : l_pval_field (with ' ||
486: 'spaces removed) : ' || l_pval_field , 20);

Line 1769: l_valid_column := hr_du_dp_pc_conversion.

1765: --Simple check of the column heading to make sure it's valid and
1766: --check that the user has not left out the column headings
1767: IF l_line_type = 'C' THEN
1768: l_word := Return_Word (l_data_line, 2);
1769: l_valid_column := hr_du_dp_pc_conversion.
1770: GENERAL_REFERENCING_COLUMN(l_word, p_api_module_id, 'D');
1771: IF (l_word <> 'ID') AND (l_valid_column IS NULL) THEN
1772: l_fatal_error_message := l_word || ' is not a valid column ' ||
1773: ' heading';