DBA Data[Home] [Help]

APPS.FARX_MCP dependencies on FA_MASS_CHG_UTILS_PKG

Line 46: | FA_MASS_CHG_UTILS_PKG.asset_table) for all the books

42: | Name: Store_Results
43: |
44: | Description: Procedure to store the preview results of an asset into a
45: | private pl/sql asset table(of type
46: | FA_MASS_CHG_UTILS_PKG.asset_table) for all the books
47: | the asset belongs to. Proper conversions for output
48: | are taken care of in this procedure.
49: |
50: | Parameters: X_mc_rec

Line 61: X_mc_rec IN FA_MASS_CHG_UTILS_PKG.mass_change_rec_type,

57: |
58: +=====================================================================================*/
59:
60: PROCEDURE Store_Results(
61: X_mc_rec IN FA_MASS_CHG_UTILS_PKG.mass_change_rec_type,
62: X_To_RSR IN VARCHAR2,
63: X_Cat_Flex_Struct IN NUMBER := NULL
64: );
65: