DBA Data[Home] [Help]

APPS.XTR_CALCULATION_P dependencies on XTR_CALCULATION_P

Line 1: PACKAGE BODY XTR_CALCULATION_P AS

1: PACKAGE BODY XTR_CALCULATION_P AS
2: /* $Header: xtrprc2b.pls 120.6 2005/06/29 10:37:27 rjose ship $ */
3:
4: -- Procedure to calculate and return all Option Price variables
5:

Line 726: XTR_CALCULATION_P.CALC_RTM_ROLLOVER(

722: BEGIN
723:
724: FOR scode IN SCH_CODE LOOP
725:
726: XTR_CALCULATION_P.CALC_RTM_ROLLOVER(
727: errbuf,
728: retcode,
729: scode.DEAL_SUBTYPE,
730: scode.PRODUCT_TYPE,

Line 737: END XTR_CALCULATION_P;

733: END LOOP;
734: END EXTEND_RTM_ROLLOVER;
735:
736:
737: END XTR_CALCULATION_P;