DBA Data[Home] [Help]

APPS.OZF_AUTOPAY_PVT dependencies on FND_DATE

Line 1161: l_funds_util_flt.end_date := FND_DATE.CANONICAL_TO_DATE(p_end_date);

1157: l_funds_util_flt.related_cust_account_id := p_related_cust_account_id;
1158: l_funds_util_flt.buy_group_party_id := p_buy_group_party_id;
1159: l_funds_util_flt.select_cust_children_flag := p_select_cust_children_flag;
1160: l_funds_util_flt.pay_to_customer := p_pay_to_customer;
1161: l_funds_util_flt.end_date := FND_DATE.CANONICAL_TO_DATE(p_end_date);
1162: l_funds_util_flt.group_by_offer := NVL(p_group_by_offer,'N'); --R12
1163:
1164:
1165: -- Changes for FXGL Enhancement

Line 1407: l_funds_util_flt.end_date := FND_DATE.CANONICAL_TO_DATE(p_end_date);

1403: l_funds_util_flt.related_cust_account_id := p_related_cust_account_id;
1404: l_funds_util_flt.buy_group_party_id := p_buy_group_party_id;
1405: l_funds_util_flt.select_cust_children_flag := p_select_cust_children_flag;
1406: l_funds_util_flt.pay_to_customer := p_pay_to_customer;
1407: l_funds_util_flt.end_date := FND_DATE.CANONICAL_TO_DATE(p_end_date);
1408: l_funds_util_flt.group_by_offer := NVL(p_group_by_offer,'N'); --R12
1409: */
1410:
1411: FND_FILE.PUT_LINE(FND_FILE.LOG, '/*--- Start AUTOPAY for customer '||l_cust_name_num||' ---*/');