DBA Data[Home] [Help]

APPS.PAY_PUR_BUS dependencies on HR_DBCHKFMT

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

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