DBA Data[Home] [Help]

APPS.IRC_IPD_BUS dependencies on HR_CHKFMT

Line 867: hr_chkfmt.checkformat(value => l_per_information6

863: --
864: if p_per_information6 is not null then
865: --
866: l_per_information6 := p_per_information6;
867: hr_chkfmt.checkformat(value => l_per_information6
868: ,format => 'I'
869: ,output => l_output
870: ,minimum => NULL
871: ,maximum => NULL

Line 890: hr_chkfmt.checkformat(value => l_per_information7

886: --
887: if p_per_information7 is not null then
888: --
889: l_per_information7 := p_per_information7;
890: hr_chkfmt.checkformat(value => l_per_information7
891: ,format => 'I'
892: ,output => l_output
893: ,minimum => NULL
894: ,maximum => NULL

Line 913: hr_chkfmt.checkformat(value => l_per_information8

909: --
910: if p_per_information8 is not null then
911: --
912: l_per_information8 := p_per_information8;
913: hr_chkfmt.checkformat(value => l_per_information8
914: ,format => 'I'
915: ,output => l_output
916: ,minimum => NULL
917: ,maximum => NULL

Line 1315: hr_chkfmt.changeformat(input => l_per_information3

1311: -- Check if the per_information3 value is an 11 character date
1312: -- field.
1313: --
1314: l_per_information3 := p_per_information3;
1315: hr_chkfmt.changeformat(input => l_per_information3
1316: ,output => l_output
1317: ,format => 'D'
1318: ,curcode => NULL);
1319: end if;