DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on IGC_CBC_PO_GRP

Line 786: IGC_CBC_PO_GRP.IS_CBC_ENABLED(

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

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

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

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

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

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

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

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

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