DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on IGC_CBC_PO_GRP

Line 785: IGC_CBC_PO_GRP.IS_CBC_ENABLED(

781: END IF;
782:
783: -- Check if CBC is enabled for Purchasing
784:
785: IGC_CBC_PO_GRP.IS_CBC_ENABLED(
786: p_api_version => 1
787: ,p_init_msg_list => 'T'
788: ,p_commit => 'F'
789: ,p_validation_level => 100

Line 3283: IGC_CBC_PO_GRP.update_cbc_acct_date(p_document_id => p_document_id,

3279: END IF;
3280:
3281: -- We need to unreserve funds as of the last date of the previous fiscal year, therefore update
3282: -- the CBC acct date to this date
3283: IGC_CBC_PO_GRP.update_cbc_acct_date(p_document_id => p_document_id,
3284: p_document_type => p_document_type,
3285: p_document_sub_type => p_document_subtype,
3286: p_cbc_acct_date => p_prev_year_end_date,
3287: p_api_version => 1,

Line 3395: IGC_CBC_PO_GRP.update_cbc_acct_date(p_document_id => p_document_id,

3391: -- if the funds check itself has failed we need to revert the cbc acct date back to it's
3392: -- original value
3393: IF l_return_code NOT IN ('S','A')
3394: THEN
3395: IGC_CBC_PO_GRP.update_cbc_acct_date(p_document_id => p_document_id,
3396: p_document_type => p_document_type,
3397: p_document_sub_type => p_document_subtype,
3398: p_cbc_acct_date => p_prev_cbc_acct_date,
3399: p_api_version => 1,

Line 3522: IGC_CBC_PO_GRP.update_cbc_acct_date(p_document_id => p_document_id,

3518: END IF ; -- p_document_type = 'REQ'
3519:
3520:
3521: -- Update the cbc acct date of the document to the first date of the current year
3522: IGC_CBC_PO_GRP.update_cbc_acct_date(p_document_id => p_document_id,
3523: p_document_type => p_document_type,
3524: p_document_sub_type => p_document_subtype,
3525: p_cbc_acct_date => p_curr_year_start_date,
3526: p_api_version => 1,

Line 3636: IGC_CBC_PO_GRP.update_cbc_acct_date(p_document_id => p_document_id,

3632: END IF; -- Lock_Documents
3633:
3634: -- if funds check itself is unsuccessful then we need to revert the cbc acct date
3635: -- back to it's original value
3636: IGC_CBC_PO_GRP.update_cbc_acct_date(p_document_id => p_document_id,
3637: p_document_type => p_document_type,
3638: p_document_sub_type => p_document_subtype,
3639: p_cbc_acct_date => p_prev_year_end_date,
3640: p_api_version => 1,