DBA Data[Home] [Help]

APPS.CN_API dependencies on CN_CREDIT_TYPES

Line 647: (p_credit_type_name IN cn_credit_types.name%TYPE, /* credit type name */

643: -- | Description : Procedure to return precision and extended precision for credit
644: -- | types
645: -- |------------------------------------------------------------------------+
646: PROCEDURE get_credit_info
647: (p_credit_type_name IN cn_credit_types.name%TYPE, /* credit type name */
648: x_precision OUT NOCOPY NUMBER, /* number of digits to right of decimal*/
649: x_ext_precision OUT NOCOPY NUMBER, /* precision where more precision is needed*/
650: p_org_id IN NUMBER
651: );