DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_IGI_EXT_PKG

Line 758: if (FA_IGI_EXT_PKG.IAC_Enabled) then

754: end if;
755:
756:
757: /* IAC Specific Validation */
758: if (FA_IGI_EXT_PKG.IAC_Enabled) then
759: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(
760: p_book_type_code => l_asset_hdr_rec.book_type_code,
761: p_asset_id => l_asset_hdr_rec.asset_id,
762: p_calling_function => l_calling_fn

Line 759: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(

755:
756:
757: /* IAC Specific Validation */
758: if (FA_IGI_EXT_PKG.IAC_Enabled) then
759: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(
760: p_book_type_code => l_asset_hdr_rec.book_type_code,
761: p_asset_id => l_asset_hdr_rec.asset_id,
762: p_calling_function => l_calling_fn
763: ) then

Line 3534: if (FA_IGI_EXT_PKG.IAC_Enabled) then

3530: end if;
3531:
3532:
3533: /* IAC Specific Validation */
3534: if (FA_IGI_EXT_PKG.IAC_Enabled) then
3535: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(
3536: p_book_type_code => l_asset_hdr_rec.book_type_code,
3537: p_asset_id => l_asset_hdr_rec.asset_id,
3538: p_calling_function => l_calling_fn

Line 3535: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(

3531:
3532:
3533: /* IAC Specific Validation */
3534: if (FA_IGI_EXT_PKG.IAC_Enabled) then
3535: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(
3536: p_book_type_code => l_asset_hdr_rec.book_type_code,
3537: p_asset_id => l_asset_hdr_rec.asset_id,
3538: p_calling_function => l_calling_fn
3539: ) then

Line 4755: if (FA_IGI_EXT_PKG.IAC_Enabled) then

4751: raise FND_API.G_EXC_UNEXPECTED_ERROR;
4752: end if;
4753:
4754: /* IAC Specific Validation */
4755: if (FA_IGI_EXT_PKG.IAC_Enabled) then
4756: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(
4757: p_book_type_code => l_asset_hdr_rec.book_type_code,
4758: p_asset_id => l_asset_hdr_rec.asset_id,
4759: p_calling_function => l_calling_fn

Line 4756: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(

4752: end if;
4753:
4754: /* IAC Specific Validation */
4755: if (FA_IGI_EXT_PKG.IAC_Enabled) then
4756: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(
4757: p_book_type_code => l_asset_hdr_rec.book_type_code,
4758: p_asset_id => l_asset_hdr_rec.asset_id,
4759: p_calling_function => l_calling_fn
4760: ) then

Line 6028: if (FA_IGI_EXT_PKG.IAC_Enabled) then

6024: raise FND_API.G_EXC_UNEXPECTED_ERROR;
6025: end if;
6026:
6027: /* IAC Specific Validation */
6028: if (FA_IGI_EXT_PKG.IAC_Enabled) then
6029: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(
6030: p_book_type_code => l_asset_hdr_rec.book_type_code,
6031: p_asset_id => l_asset_hdr_rec.asset_id,
6032: p_calling_function => l_calling_fn

Line 6029: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(

6025: end if;
6026:
6027: /* IAC Specific Validation */
6028: if (FA_IGI_EXT_PKG.IAC_Enabled) then
6029: if not FA_IGI_EXT_PKG.Validate_Retire_Reinstate(
6030: p_book_type_code => l_asset_hdr_rec.book_type_code,
6031: p_asset_id => l_asset_hdr_rec.asset_id,
6032: p_calling_function => l_calling_fn
6033: ) then