DBA Data[Home] [Help]

APPS.ARP_ACCT_EVENT_PKG dependencies on FND_API

Line 40: | FND_API.G_FALSE --> do not initial the message stack |

36: /*------------------------------------------------------------------------------+
37: | Input arguments |
38: | --------------- |
39: | * p_init_msg_list in |
40: | FND_API.G_FALSE --> do not initial the message stack |
41: | FND_API.G_TUR --> initial the message stack |
42: | * p_entity_code in |
43: | 'TRANSACTIONS' |
44: | 'RECEIPTS' |

Line 41: | FND_API.G_TUR --> initial the message stack |

37: | Input arguments |
38: | --------------- |
39: | * p_init_msg_list in |
40: | FND_API.G_FALSE --> do not initial the message stack |
41: | FND_API.G_TUR --> initial the message stack |
42: | * p_entity_code in |
43: | 'TRANSACTIONS' |
44: | 'RECEIPTS' |
45: | 'ADJUSTMENTS' |

Line 57: | * x_return_status : fnd api status codification to indicate success or |

53: | ---------------- |
54: | * x_upgrade_status : |
55: | Y if the entire document has been upgraded or is R12 |
56: | N if the document has been partialy upgraded or not upgraded |
57: | * x_return_status : fnd api status codification to indicate success or |
58: | error |
59: | * x_msg_count : number of messages generated in the stack |
60: | * x_msg_data : the error message if only one message is stacked |
61: | |

Line 64: (p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

60: | * x_msg_data : the error message if only one message is stacked |
61: | |
62: +------------------------------------------------------------------------------*/
63: PROCEDURE upgrade_status_per_doc
64: (p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
65: p_entity_code IN VARCHAR2,
66: p_source_int_id IN NUMBER,
67: x_upgrade_status OUT NOCOPY VARCHAR2,
68: x_return_status OUT NOCOPY VARCHAR2,

Line 136: | 1) fnd_api.g_ret_sts_success |

132: | p_org_id org_id can be left to NULL for multi org |
133: | Output arguments |
134: | ---------------- |
135: | * x_return_status |
136: | 1) fnd_api.g_ret_sts_success |
137: | if all AR unposted distributions have a distribution in XLA |
138: | if all AR distribution are posted |
139: | 2) fnd_api.g_ret_sts_error |
140: | if at least one unposted AR distribution does not have a |

Line 139: | 2) fnd_api.g_ret_sts_error |

135: | * x_return_status |
136: | 1) fnd_api.g_ret_sts_success |
137: | if all AR unposted distributions have a distribution in XLA |
138: | if all AR distribution are posted |
139: | 2) fnd_api.g_ret_sts_error |
140: | if at least one unposted AR distribution does not have a |
141: | distribution in XLA |
142: | 3) fnd_api.G_RET_STS_UNEXP_ERROR |
143: | if unexpected error are found |

Line 142: | 3) fnd_api.G_RET_STS_UNEXP_ERROR |

138: | if all AR distribution are posted |
139: | 2) fnd_api.g_ret_sts_error |
140: | if at least one unposted AR distribution does not have a |
141: | distribution in XLA |
142: | 3) fnd_api.G_RET_STS_UNEXP_ERROR |
143: | if unexpected error are found |
144: | * x_msg_count : number of messages generated in the stack |
145: | * x_msg_data : return all messages in the stack |
146: | |

Line 149: (p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

145: | * x_msg_data : return all messages in the stack |
146: | |
147: +------------------------------------------------------------------------------*/
148: PROCEDURE r12_dist_in_xla
149: (p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
150: p_start_date IN DATE,
151: p_end_date IN DATE,
152: p_xla_post_status IN VARCHAR2 DEFAULT 'Y',
153: p_inv_flag IN VARCHAR2 DEFAULT 'Y',