DBA Data[Home] [Help]

APPS.PAY_PUR_BUS dependencies on HR_DBCHKFMT

Line 1029: hr_dbchkfmt.is_db_format( p_display_sequence , 'DISPLAY_SEQUENCE' , 'I' );

1025:
1026: hr_utility.set_location('Entering:'|| l_proc, 10);
1027: /* Bug fix: 4661747 : Added the if condition to this call */
1028: if(p_display_sequence is not NULL) then
1029: hr_dbchkfmt.is_db_format( p_display_sequence , 'DISPLAY_SEQUENCE' , 'I' );
1030: end if;
1031:
1032: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1033: