DBA Data[Home] [Help]

APPS.FA_SORP_UTIL_PVT dependencies on STANDARD

Line 69: * @param p_created_by standard who column information

65: * function is a simplified version of the main create_sorp_neutral_acct function.
66: * @param p_amount The amount for which neutralizing entrie needs to be created
67: * @param p_reversal 'Y' indicates that a reversal entrie needs to be created
68: * @param p_adj Adjustment record needs to be populated with information like book, etc
69: * @param p_created_by standard who column information
70: * @param p_creation_date standard who column information
71: * @rep:scope private
72: * @rep:lifecycle active
73: * @rep:displayname create_sorp_neutral_acct

Line 70: * @param p_creation_date standard who column information

66: * @param p_amount The amount for which neutralizing entrie needs to be created
67: * @param p_reversal 'Y' indicates that a reversal entrie needs to be created
68: * @param p_adj Adjustment record needs to be populated with information like book, etc
69: * @param p_created_by standard who column information
70: * @param p_creation_date standard who column information
71: * @rep:scope private
72: * @rep:lifecycle active
73: * @rep:displayname create_sorp_neutral_acct
74: * @rep:compatibility S

Line 128: * @param p_created_by standard who column information

124: * like revaluation, depreciation, impairments, transfers, etc
125: * @param p_amount The amount for which neutralizing entrie needs to be created
126: * @param p_reversal 'Y' indicates that a reversal entrie needs to be created
127: * @param p_adj Adjustment record needs to be populated with information like book, etc
128: * @param p_created_by standard who column information
129: * @param p_creation_date standard who column information
130: * @param p_last_update_date standard who column information
131: * @param p_last_updated_by standard who column information
132: * @param p_last_update_login standard who column information

Line 129: * @param p_creation_date standard who column information

125: * @param p_amount The amount for which neutralizing entrie needs to be created
126: * @param p_reversal 'Y' indicates that a reversal entrie needs to be created
127: * @param p_adj Adjustment record needs to be populated with information like book, etc
128: * @param p_created_by standard who column information
129: * @param p_creation_date standard who column information
130: * @param p_last_update_date standard who column information
131: * @param p_last_updated_by standard who column information
132: * @param p_last_update_login standard who column information
133: * @param p_who_mode Indicates what kind of data need to be inserted into the who

Line 130: * @param p_last_update_date standard who column information

126: * @param p_reversal 'Y' indicates that a reversal entrie needs to be created
127: * @param p_adj Adjustment record needs to be populated with information like book, etc
128: * @param p_created_by standard who column information
129: * @param p_creation_date standard who column information
130: * @param p_last_update_date standard who column information
131: * @param p_last_updated_by standard who column information
132: * @param p_last_update_login standard who column information
133: * @param p_who_mode Indicates what kind of data need to be inserted into the who
134: * columns of fa_adjusments. In FA, some pieces of code insert the

Line 131: * @param p_last_updated_by standard who column information

127: * @param p_adj Adjustment record needs to be populated with information like book, etc
128: * @param p_created_by standard who column information
129: * @param p_creation_date standard who column information
130: * @param p_last_update_date standard who column information
131: * @param p_last_updated_by standard who column information
132: * @param p_last_update_login standard who column information
133: * @param p_who_mode Indicates what kind of data need to be inserted into the who
134: * columns of fa_adjusments. In FA, some pieces of code insert the
135: * created by information and other places the updated by information for the

Line 132: * @param p_last_update_login standard who column information

128: * @param p_created_by standard who column information
129: * @param p_creation_date standard who column information
130: * @param p_last_update_date standard who column information
131: * @param p_last_updated_by standard who column information
132: * @param p_last_update_login standard who column information
133: * @param p_who_mode Indicates what kind of data need to be inserted into the who
134: * columns of fa_adjusments. In FA, some pieces of code insert the
135: * created by information and other places the updated by information for the
136: * who columns of FA_ADJUSTMENTS. Thus this column has been added to make